Skip to content
Snippets Groups Projects
Unverified Commit 14c2199e authored by Henry Chen's avatar Henry Chen Committed by GitHub
Browse files

Update README.md

parent 0f5399c9
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ docker build --file ./Dockerfile -t ialacol .
Run container
```sh
export DEFAULT_MODEL_HG_REPO_ID="rustformers/pythia-ggml"
export DEFAULT_MODEL_FILE="pythia-70m-q4_0.bin"
export DEFAULT_MODEL_HG_REPO_ID="TheBloke/orca_mini_3B-GGML"
export DEFAULT_MODEL_FILE="orca-mini-3b.ggmlv3.q4_0.bin"
docker run --rm -it -p 8000:8000 \
-e DEFAULT_MODEL_HG_REPO_ID=$DEFAULT_MODEL_HG_REPO_ID \
-e DEFAULT_MODEL_FILE=$DEFAULT_MODEL_FILE ialacol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment