Skip to content

Commit 9ce8146

Browse files
committed
More generic model name
1 parent c14201d commit 9ce8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Navigate to [http://localhost:8000/docs](http://localhost:8000/docs) to see the
7171
A Docker image is available on [GHCR](https://ghcr.io/abetlen/llama-cpp-python). To run the server:
7272

7373
```bash
74-
docker run --rm -it -p8000:8000 -v /path/to/models:/models -eMODEL=/models/ggml-vicuna-7b-4bit.bin ghcr.io/abetlen/llama-cpp-python:latest
74+
docker run --rm -it -p8000:8000 -v /path/to/models:/models -eMODEL=/models/ggml-model-name.bin ghcr.io/abetlen/llama-cpp-python:latest
7575
```
7676

7777
## Low-level API

0 commit comments

Comments
 (0)