update vllm guide
Browse files
docs/vllm_deployment_guide.md
CHANGED
@@ -22,7 +22,7 @@ You can download the model from our official HuggingFace repository: [MiniMax-M1
|
|
22 |
Download command:
|
23 |
```
|
24 |
pip install -U huggingface-hub
|
25 |
-
huggingface-cli download MiniMaxAI/MiniMax-M1
|
26 |
# huggingface-cli download MiniMaxAI/MiniMax-M1-80k
|
27 |
|
28 |
# If you encounter network issues, you can set a proxy
|
|
|
22 |
Download command:
|
23 |
```
|
24 |
pip install -U huggingface-hub
|
25 |
+
huggingface-cli download MiniMaxAI/MiniMax-M1-40k
|
26 |
# huggingface-cli download MiniMaxAI/MiniMax-M1-80k
|
27 |
|
28 |
# If you encounter network issues, you can set a proxy
|