shumingma commited on
Commit
482c7a7
·
1 Parent(s): 02e9916

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
- "offline_quantization": true
 
29
  }
30
  }
 
25
  "vocab_size": 128256,
26
  "quantization_config": {
27
  "quant_method": "bitnet",
28
+ "linear_class": "autobitlinear",
29
+ "quantization_mode": "offline"
30
  }
31
  }