Issue/#41/add dev chat server instructions#45
Merged
nerdalert merged 3 commits intoinstructlab:mainfrom Jul 9, 2024
Merged
Conversation
55a6fb2 to
37f3d72
Compare
nerdalert
reviewed
Jul 8, 2024
| @@ -0,0 +1,21 @@ | |||
| FROM python:3.11 | |||
Member
There was a problem hiding this comment.
Mind changing the file name to Containerfile
nerdalert
reviewed
Jul 8, 2024
docs/development.md
Outdated
|
|
||
| After you use the `ilab serve` command you should have, by default, a chat server instance running on port 8000. | ||
|
|
||
| ### 2) Using docker |
Member
There was a problem hiding this comment.
Mind changing to Podman because of their Docker desktop licensing we are using Podman. Ty!
Member
|
Good stuff, tyvm! Just swap from Docker to Podman because of the Docker Desktop licensing not being free anymore. Ty! |
Signed-off-by: Ash Evans <ash.evans@ibm.com>
…ev environment Signed-off-by: Ash Evans <ash.evans@ibm.com>
…uctions from docker to podman Signed-off-by: Ash Evans <ash.evans@ibm.com>
19dd02e to
b452576
Compare
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.
Adding a description for devs to setup a local model chat server. Two approaches have been provided:
Local setup of the ilab cli environment and spinning server up. We link users to the documentation for this.
Provide a docker image that can be pulled from dockerhub and used very easily. The issue with this approach is that the inference speed is very slow as Docker containers can't use mac GPUs at the moment.
Feedback very welcome on this one. Cheers!