mirror of
https://github.com/datawhalechina/self-llm.git
synced 2026-08-28 23:27:40 +08:00
23dd98a696
* docs: add MiniMax-M2.5 vLLM deployment tutorial * docs: add MiniMax-M2.5 SGLang deployment tutorial * docs: add MiniMax-M2.5 Transformers deployment tutorial * docs: add MiniMax-M2.5 to supported models list * docs: add MiniMax-M2.5 to README model list * docs: address review feedback on upgrade commands and HF-Mirror notes - Add explicit `pip install -U vllm` upgrade command in vLLM troubleshooting - Add explicit `pip install -U sglang` upgrade command in SGLang troubleshooting - Add `pip show sglang` version check hint in SGLang environment setup - Add `pip install -U transformers` upgrade command in Transformers troubleshooting - Clarify that HF-Mirror is not needed when using modelscope to download models (applies to all three docs: vLLM, SGLang, Transformers) --------- Co-authored-by: octo-patch <octo-patch@users.noreply.github.com>