Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,5 @@ base_model:
|
|
6 |
|
7 |
Example run:
|
8 |
```bash
|
9 |
-
docker run --rm --runtime nvidia --gpus 'all'
|
10 |
```
|
|
|
6 |
|
7 |
Example run:
|
8 |
```bash
|
9 |
+
docker run --rm --runtime nvidia --gpus 'all' -e VLLM_WORKER_MULTIPROC_METHOD=spawn -e 'HF_TOKEN' -v '/root/.cache/huggingface:/root/.cache/huggingface' -p 127.0.0.1:8000:8000 "vllm/vllm-openai:v0.7.3" --model 'ig1/QwQ-32B-FP8-Dynamic' --served-model-name 'QwQ-32B' --enable-reasoning --reasoning-parser deepseek_r1 --override-generation-config '{"temperature":0.6,"top_p":0.95}'
|
10 |
```
|