mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 20:35:40 +08:00
parent
720af6ab79
commit
361a7463d3
@ -342,7 +342,9 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
|
|||||||
"MiniMaxAI/MiniMax-M1-40k", trust_remote_code=True
|
"MiniMaxAI/MiniMax-M1-40k", trust_remote_code=True
|
||||||
),
|
),
|
||||||
"MiniMaxM2ForCausalLM": _HfExamplesInfo(
|
"MiniMaxM2ForCausalLM": _HfExamplesInfo(
|
||||||
"MiniMaxAI/MiniMax-M2", trust_remote_code=True
|
"MiniMaxAI/MiniMax-M2",
|
||||||
|
trust_remote_code=True,
|
||||||
|
is_available_online=False,
|
||||||
),
|
),
|
||||||
"MistralForCausalLM": _HfExamplesInfo("mistralai/Mistral-7B-Instruct-v0.1"),
|
"MistralForCausalLM": _HfExamplesInfo("mistralai/Mistral-7B-Instruct-v0.1"),
|
||||||
"MixtralForCausalLM": _HfExamplesInfo(
|
"MixtralForCausalLM": _HfExamplesInfo(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user