[None][doc] update doc (add minimax model) (#10746)

Signed-off-by: Mingyang Jiang <13463932+jmydurant@users.noreply.github.com>
This commit is contained in:
jmydurant 2026-01-16 14:54:52 +08:00 committed by GitHub
parent 03cdf5804f
commit b163e66182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ The following is a table of supported models for the PyTorch backend:
| `GptOssForCausalLM` | GPT-OSS | `openai/gpt-oss-120b` |
| `LlamaForCausalLM` | Llama 3.1, Llama 3, Llama 2, LLaMA | `meta-llama/Meta-Llama-3.1-70B` |
| `Llama4ForConditionalGeneration` | Llama 4 | `meta-llama/Llama-4-Scout-17B-16E-Instruct` |
| `MiniMaxM2ForCausalLM` | MiniMax M2/M2.1 | `MiniMaxAI/MiniMax-M2` |
| `MistralForCausalLM` | Mistral | `mistralai/Mistral-7B-v0.1` |
| `MixtralForCausalLM` | Mixtral | `mistralai/Mixtral-8x7B-v0.1` |
| `MllamaForConditionalGeneration` | Llama 3.2 | `meta-llama/Llama-3.2-11B-Vision` |