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:
ilyasch2
2024-11-05 00:23:30 +04:00
committed by GitHub
parent 82e3338987
commit 3b526f0aa1
3 changed files with 13 additions and 0 deletions

View File

@@ -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