Narsil HF staff commited on
Commit
7c46f82
1 Parent(s): de75805

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 or using in docker (which is recommended)
 
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