mirror of
https://github.com/microsoft/BitNet.git
synced 2026-05-03 11:20:36 +00:00
feat: add also base models
This commit is contained in:
@@ -50,6 +50,12 @@ SUPPORTED_HF_MODELS = {
|
||||
"tiiuae/Falcon-E-1B-Instruct": {
|
||||
"model_name": "Falcon-E-1B-Instruct",
|
||||
},
|
||||
"tiiuae/Falcon-E-3B-Base": {
|
||||
"model_name": "Falcon-E-3B-Base",
|
||||
},
|
||||
"tiiuae/Falcon-E-1B-Base": {
|
||||
"model_name": "Falcon-E-1B-Base",
|
||||
},
|
||||
}
|
||||
|
||||
SUPPORTED_QUANT_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user