Bug fix - Qwen2 support

This commit is contained in:
Sindhu Satish 2025-01-29 06:21:36 -08:00
parent dd1690df81
commit b0520e7708

View File

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