Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,4 @@ volume=$PWD/data # share a volume with the Docker container to avoid downloading
|
|
10 |
docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:0.8 --model-id $model --num-shard $num_shard --quantize gptq
|
11 |
```
|
12 |
|
13 |
-
For full configuration
|
|
|
10 |
docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:0.8 --model-id $model --num-shard $num_shard --quantize gptq
|
11 |
```
|
12 |
|
13 |
+
For full configuration and usage outside docker, please refer to https://github.com/huggingface/text-generation-inference
|