sahilsuneja
commited on
Commit
•
62caecb
1
Parent(s):
d8be53a
Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ _Note: first prompt may be slower as there is a slight warmup time_
|
|
109 |
#### start the server
|
110 |
|
111 |
```bash
|
112 |
-
model=ibm-fms/
|
113 |
volume=$PWD/data # share a volume with the Docker container to avoid downloading weights every run
|
114 |
docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:latest --model-id $model
|
115 |
```
|
|
|
109 |
#### start the server
|
110 |
|
111 |
```bash
|
112 |
+
model=ibm-fms/llama-160m-accelerator
|
113 |
volume=$PWD/data # share a volume with the Docker container to avoid downloading weights every run
|
114 |
docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:latest --model-id $model
|
115 |
```
|