This commit is contained in:
Sindhu Satish 2025-01-29 07:42:19 -08:00 committed by GitHub
commit 70360d9d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -43,6 +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"
} }
MAX_FILE_SIZE_GB = 5 MAX_FILE_SIZE_GB = 5