update README.md and docs
Browse files- README.md +3 -3
- function_call_guide.md β docs/function_call_guide.md +0 -0
- function_call_guide_cn.md β docs/function_call_guide_cn.md +0 -0
- transformers_deployment_guide.md β docs/transformers_deployment_guide.md +0 -0
- transformers_deployment_guide_cn.md β docs/transformers_deployment_guide_cn.md +0 -0
- vllm_deployment_guide.md β docs/vllm_deployment_guide.md +0 -0
- vllm_deployment_guide_cn.md β docs/vllm_deployment_guide_cn.md +0 -0
README.md
CHANGED
@@ -165,13 +165,13 @@ For production deployment, we recommend using [vLLM](https://docs.vllm.ai/en/lat
|
|
165 |
- π¦ Powerful batch request processing capability
|
166 |
- βοΈ Deeply optimized underlying performance
|
167 |
|
168 |
-
For detailed vLLM deployment instructions, please refer to our [vLLM Deployment Guide](
|
169 |
-
Alternatively, you can also deploy using Transformers directly. For detailed Transformers deployment instructions, you can see our [MiniMax-M1 Transformers Deployment Guide](
|
170 |
|
171 |
|
172 |
## 4. Function Calling
|
173 |
|
174 |
-
The MiniMax-M1 model supports function calling capabilities, enabling the model to identify when external functions need to be called and output function call parameters in a structured format. [MiniMax-M1 Function Call Guide](
|
175 |
|
176 |
|
177 |
## 5. Chatbot & API
|
|
|
165 |
- π¦ Powerful batch request processing capability
|
166 |
- βοΈ Deeply optimized underlying performance
|
167 |
|
168 |
+
For detailed vLLM deployment instructions, please refer to our [vLLM Deployment Guide](./docs/vllm_deployment_guide.md).
|
169 |
+
Alternatively, you can also deploy using Transformers directly. For detailed Transformers deployment instructions, you can see our [MiniMax-M1 Transformers Deployment Guide](./docs/transformers_deployment_guide.md).
|
170 |
|
171 |
|
172 |
## 4. Function Calling
|
173 |
|
174 |
+
The MiniMax-M1 model supports function calling capabilities, enabling the model to identify when external functions need to be called and output function call parameters in a structured format. [MiniMax-M1 Function Call Guide](./docs/function_call_guide.md) provides detailed instructions on how to use the function calling feature of MiniMax-M1.
|
175 |
|
176 |
|
177 |
## 5. Chatbot & API
|
function_call_guide.md β docs/function_call_guide.md
RENAMED
File without changes
|
function_call_guide_cn.md β docs/function_call_guide_cn.md
RENAMED
File without changes
|
transformers_deployment_guide.md β docs/transformers_deployment_guide.md
RENAMED
File without changes
|
transformers_deployment_guide_cn.md β docs/transformers_deployment_guide_cn.md
RENAMED
File without changes
|
vllm_deployment_guide.md β docs/vllm_deployment_guide.md
RENAMED
File without changes
|
vllm_deployment_guide_cn.md β docs/vllm_deployment_guide_cn.md
RENAMED
File without changes
|