weiweiz1 commited on
Commit
b2459e1
·
verified ·
1 Parent(s): f7fcbf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Please follow the license of the original model.
19
  **vLLM usage**
20
 
21
  ~~~bash
22
- vllm serve Intel/Qwen3-Coder-30B-A3B-Instruct-int4-AutoRound --tensor-parallel-size 4 # --max-model-len 32768
23
  ~~~
24
 
25
  **INT4 Inference on CPU/Intel GPU/CUDA**
 
19
  **vLLM usage**
20
 
21
  ~~~bash
22
+ vllm serve Intel/Qwen3-Coder-30B-A3B-Instruct-int4-AutoRound --tensor-parallel-size 4 --max-model-len 65536
23
  ~~~
24
 
25
  **INT4 Inference on CPU/Intel GPU/CUDA**