Update loader.py
This commit is contained in:
parent
9b662d26ec
commit
1a1084c294
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ class FastLanguageModel(FastLlamaModel):
|
|||
dispatch_model = FastGemma2Model
|
||||
elif model_type == "qwen2":
|
||||
dispatch_model = FastQwen2Model
|
||||
elif model_type == "qwen3" or model_type == "qwen3_moe":
|
||||
elif model_type == "qwen3":# or model_type == "qwen3_moe":
|
||||
if not SUPPORTS_QWEN3 or not SUPPORTS_QWEN3_MOE:
|
||||
raise ImportError(
|
||||
f"Unsloth: Your transformers version of {transformers_version} does not support Qwen3.\n"\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue