Update README.md
Browse files
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
|
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**
|