Qwen2 support

This commit is contained in:
Sindhu Satish 2025-01-29 07:30:11 -08:00
parent b0520e7708
commit ba6c7d3aba

View File

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