Conversation
Owner
|
Hey Winson, thanks for the PR, while using And here is the Traceback Do you have any idea about this error? Or does it have similar problem in RTX6000? Thanks! |
Collaborator
Author
|
the second option is not available since I'm running the container as separate server without using docker (python package). |
Owner
|
I just tried the second option and It seems that there are some errors while using Could you check the reason for this? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
We have added the docker-compose.yaml to host 3 services to allow OSS_Model to run on separate server if needed, VM container to startup independently, as well as containerized infant agent backend to possible provide scalability for future development. This would be allowing minor modification to run on different platform.
Updated Items:
infant/computer/Dockerfileto add initial users.infant/computer/computer.py, revamped entirely to work with ssh for the setup instead of the docker.Dockerfile_vllm, to setup vllm separately, with different configuration locally.Dockerfile, to setup infant agent source backend to container.send_prompt.pyscript to allow interaction between terminal to infant agent container.docker-compose.yamlto allow faster setup by usingdocker compose build,docker compose up, ...etc.Note: The entire program also passed
pytestto check all the configurations are correct.