mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-20 10:20:46 +08:00
Bug fix - Qwen2 support
This commit is contained in:
parent
dd1690df81
commit
b0520e7708
@ -43,6 +43,7 @@ MODEL_REMAPPING = {
|
||||
"mistral": "llama", # mistral is compatible with llama
|
||||
"phi-msft": "phixtral",
|
||||
"falcon_mamba": "mamba",
|
||||
"qwen2": "qwen2",
|
||||
}
|
||||
|
||||
MAX_FILE_SIZE_GB = 5
|
||||
|
Loading…
Reference in New Issue
Block a user