shumingma commited on
Commit
0d1098b
·
1 Parent(s): 67ad9e1

update config

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -25,6 +25,7 @@
25
  "vocab_size": 128256,
26
  "quantization_config": {
27
  "quant_method": "bitnet",
28
- "online_quantization": true
 
29
  }
30
  }
 
25
  "vocab_size": 128256,
26
  "quantization_config": {
27
  "quant_method": "bitnet",
28
+ "linear_class": "autobitlinear",
29
+ "quantization_mode": "online"
30
  }
31
  }