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