We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dc12c commit 0fd7ea8Copy full SHA for 0fd7ea8
test/3x/torch/test_config.py
@@ -57,7 +57,7 @@ def test_quantize_rtn_from_dict_beginner(self):
57
from neural_compressor.torch import quantize
58
59
quant_config = {
60
- "RTN": {
+ "rtn": {
61
"weight_dtype": "nf4",
62
"weight_bits": 4,
63
"weight_group_size": 32,
0 commit comments