wuroderi commited on
Commit
e8db3be
·
verified ·
1 Parent(s): c46767c

fix: quantization_status frozen -> compressed

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -44,7 +44,7 @@
44
  "zp_dtype": null
45
  },
46
  "quant_method": "compressed-tensors",
47
- "quantization_status": "frozen",
48
  "sparsity_config": {},
49
  "transform_config": {},
50
  "version": "0.14.0.1"
@@ -58,4 +58,4 @@
58
  "transformers_version": "4.57.6",
59
  "use_cache": true,
60
  "vocab_size": 32064
61
- }
 
44
  "zp_dtype": null
45
  },
46
  "quant_method": "compressed-tensors",
47
+ "quantization_status": "compressed",
48
  "sparsity_config": {},
49
  "transform_config": {},
50
  "version": "0.14.0.1"
 
58
  "transformers_version": "4.57.6",
59
  "use_cache": true,
60
  "vocab_size": 32064
61
+ }