-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace playground with model_servers #101
Conversation
LGTM |
9b54eb4
to
2b32449
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lstocchi added. |
Signed-off-by: Michael Clifford <[email protected]>
Signed-off-by: Michael Clifford <[email protected]>
4b1e0a6
to
3223e3b
Compare
chatbot/ai-lab.yaml
Outdated
contextdir: ../playground | ||
containerfile: Containerfile | ||
contextdir: ../model_servers/llamacpp_python | ||
containerfile: ../model_servers/llamacpp_python/base/Containerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't notice before but i think that the containerfile should be containerfile: ./base/Containerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is related to all ai-lab files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, was was actually not sure. It will start from the contextDir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
summarizer-langchain/ai-lab.yaml
Outdated
contextdir: ../playground | ||
containerfile: Containerfile | ||
contextdir: ../model_servers/llamacpp_python | ||
containerfile: ./model_servers/llamacpp_python/base/Containerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be ./base/Containerfile, right?
Signed-off-by: Michael Clifford <[email protected]>
9e0fe06
to
9598ecb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Partially Address #89 (as this is a large change, planning on breaking it up into a couple of PRs)
playground/
intomodel_servers/llamacpp_python/