sriting commited on
Commit
5856a65
Β·
1 Parent(s): 218ef2f

update README.md and docs

Browse files
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](https://github.com/MiniMax-AI/MiniMax-M1/blob/main/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](https://github.com/MiniMax-AI/MiniMax-M1/blob/main/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](https://huggingface.co/MiniMaxAI/MiniMax-M1-40k/blob/main/function_call_guide.md) provides detailed instructions on how to use the function calling feature of MiniMax-M1.
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