Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +26,8 @@ For further details, please refer to the following resources:
|
|
| 26 |
## vLLM Server Deployment
|
| 27 |
|
| 28 |
```
|
|
|
|
|
|
|
| 29 |
vllm serve CodeGoat24/UnifiedReward-Edit-qwen35-4b \
|
| 30 |
--host localhost \
|
| 31 |
--port 8080 \
|
|
|
|
| 26 |
## vLLM Server Deployment
|
| 27 |
|
| 28 |
```
|
| 29 |
+
export VLLM_DISABLE_FLASHINFER_GDN_PREFILL=1
|
| 30 |
+
export TOKENIZERS_PARALLELISM=false
|
| 31 |
vllm serve CodeGoat24/UnifiedReward-Edit-qwen35-4b \
|
| 32 |
--host localhost \
|
| 33 |
--port 8080 \
|