wenhuach commited on
Commit
7cdbcbb
·
verified ·
1 Parent(s): 1fe3137

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -8,6 +8,15 @@ This model is a int4 model with group_size 128 of [Qwen/Qwen3.5-35B-A3B](https:
8
 
9
  ## vllm Infernece Example
10
 
 
 
 
 
 
 
 
 
 
11
  ~~~bash
12
  vllm serve Intel/Qwen3.5-35B-A3B-int4-AutoRound --port 8000 --tensor-parallel-size 1 --max-model-len 2048 --reasoning-parser qwen3 --served-model-name qwen
13
  ~~~
 
8
 
9
  ## vllm Infernece Example
10
 
11
+ ~~~bash
12
+ pip install git+https://github.com/vllm-project/vllm.git@main
13
+
14
+
15
+ pip install git+https://github.com/huggingface/transformers.git
16
+ ~~~
17
+
18
+
19
+
20
  ~~~bash
21
  vllm serve Intel/Qwen3.5-35B-A3B-int4-AutoRound --port 8000 --tensor-parallel-size 1 --max-model-len 2048 --reasoning-parser qwen3 --served-model-name qwen
22
  ~~~