Update README.md
Fixed a typo in the mounting point when using the image in full mode
This commit is contained in:
parent
cf348a60e0
commit
298d6a38fd
1 changed files with 2 additions and 2 deletions
|
@ -517,13 +517,13 @@ The easiest way to download the models, convert them to ggml and optimize them i
|
||||||
Replace `/path/to/models` below with the actual path where you downloaded the models.
|
Replace `/path/to/models` below with the actual path where you downloaded the models.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -v /path/to/models:/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 7B
|
docker run -v /path/to/models:/app/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 7B
|
||||||
```
|
```
|
||||||
|
|
||||||
On completion, you are ready to play!
|
On completion, you are ready to play!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -v /path/to/models:/models ghcr.io/ggerganov/llama.cpp:full --run -m /models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512
|
docker run -v /path/to/models:/app/models ghcr.io/ggerganov/llama.cpp:full --run -m /models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512
|
||||||
```
|
```
|
||||||
|
|
||||||
or with a light image:
|
or with a light image:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue