CodeGoat24 commited on
Commit
666ea12
·
verified ·
1 Parent(s): bcf14e6

Update README.md

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