mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-15 09:48:54 +08:00
Add support for falcon-mamba (#1074)
* Add support for falcon-mamba * nits * nit --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
@@ -29,6 +29,7 @@ from .tuner.utils import load_adapters
|
||||
MODEL_REMAPPING = {
|
||||
"mistral": "llama", # mistral is compatible with llama
|
||||
"phi-msft": "phixtral",
|
||||
"falcon_mamba": "mamba",
|
||||
}
|
||||
|
||||
MAX_FILE_SIZE_GB = 5
|
||||
|
||||
Reference in New Issue
Block a user