Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ pip install git+https://github.com/huggingface/transformers.git
|
|
| 25 |
**MTP has not been supported, we will try to fix it later.**
|
| 26 |
|
| 27 |
~~~bash
|
| 28 |
-
CUDA_VISIBLE_DEVICES=1,2,3,4 vllm serve /
|
| 29 |
--tensor-parallel-size 4 \
|
| 30 |
--gpu-memory-utilization 0.85 \
|
| 31 |
--tool-call-parser glm47 \
|
|
|
|
| 25 |
**MTP has not been supported, we will try to fix it later.**
|
| 26 |
|
| 27 |
~~~bash
|
| 28 |
+
CUDA_VISIBLE_DEVICES=1,2,3,4 vllm serve Intel/GLM-5-int4-mixed-AutoRound \
|
| 29 |
--tensor-parallel-size 4 \
|
| 30 |
--gpu-memory-utilization 0.85 \
|
| 31 |
--tool-call-parser glm47 \
|