MiniMax-AI QscQ commited on
Commit
c07865b
·
verified ·
1 Parent(s): 7466de1

Correct the spelling error in the ReadMe file: change "guild" to "guide" (#34)

Browse files

- Correct the spelling error in the ReadMe file: change "guild" to "guide" (ccde3c7d42e93ebe26907a4ab6f230eb327f4a10)


Co-authored-by: qscqesze <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -239,7 +239,7 @@ For production deployment, we recommend using [vLLM](https://docs.vllm.ai/en/lat
239
  📦 Powerful batch request processing capability
240
  ⚙️ Deeply optimized underlying performance
241
 
242
- For detailed deployment instructions, please refer to our [vLLM Deployment Guide](https://github.com/MiniMax-AI/MiniMax-01/blob/main/docs/vllm_deployment_guild.md).
243
 
244
  ## 6. Function Calling
245
  MiniMax-Text-01 supports Function Calling capability, enabling the model to intelligently identify when external functions need to be called and output parameters in structured JSON format. With Function Calling, you can:
 
239
  📦 Powerful batch request processing capability
240
  ⚙️ Deeply optimized underlying performance
241
 
242
+ For detailed deployment instructions, please refer to our [vLLM Deployment Guide](https://github.com/MiniMax-AI/MiniMax-01/blob/main/docs/vllm_deployment_guide.md).
243
 
244
  ## 6. Function Calling
245
  MiniMax-Text-01 supports Function Calling capability, enabling the model to intelligently identify when external functions need to be called and output parameters in structured JSON format. With Function Calling, you can: