Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ For further details, please refer to the following resources:
|
|
| 19 |
## vLLM Server Deployment
|
| 20 |
|
| 21 |
```
|
|
|
|
|
|
|
| 22 |
vllm serve CodeGoat24/UnifiedReward-2.0-qwen35-9b \
|
| 23 |
--host localhost \
|
| 24 |
--port 8080 \
|
|
|
|
| 19 |
## vLLM Server Deployment
|
| 20 |
|
| 21 |
```
|
| 22 |
+
export VLLM_DISABLE_FLASHINFER_GDN_PREFILL=1
|
| 23 |
+
export TOKENIZERS_PARALLELISM=false
|
| 24 |
vllm serve CodeGoat24/UnifiedReward-2.0-qwen35-9b \
|
| 25 |
--host localhost \
|
| 26 |
--port 8080 \
|