CodeGoat24 commited on
Commit
f01548b
·
verified ·
1 Parent(s): 75a40da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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 \