"torchvision/transforms/v2/__init__.py" did not exist on "095cabb76cdcd4763bad629481d189b91e3df42c"
Unverified Commit b3f3d610 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Do not use FA3 for mistral (#6379)

parent f07c6a00
...@@ -2089,7 +2089,6 @@ def is_fa3_default_architecture(hf_config): ...@@ -2089,7 +2089,6 @@ def is_fa3_default_architecture(hf_config):
"Qwen2ForCausalLM", "Qwen2ForCausalLM",
"Llama4ForConditionalGeneration", "Llama4ForConditionalGeneration",
"LlamaForCausalLM", "LlamaForCausalLM",
"MistralForCausalLM",
"Gemma2ForCausalLM", "Gemma2ForCausalLM",
"Gemma3ForConditionalGeneration", "Gemma3ForConditionalGeneration",
"Qwen3ForCausalLM", "Qwen3ForCausalLM",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment