update config
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
"vocab_size": 128256,
|
| 26 |
"quantization_config": {
|
| 27 |
"quant_method": "bitnet",
|
| 28 |
-
"
|
|
|
|
| 29 |
}
|
| 30 |
}
|
|
|
|
| 25 |
"vocab_size": 128256,
|
| 26 |
"quantization_config": {
|
| 27 |
"quant_method": "bitnet",
|
| 28 |
+
"linear_class": "autobitlinear",
|
| 29 |
+
"quantization_mode": "online"
|
| 30 |
}
|
| 31 |
}
|