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 5bf957f commit 360a9fbCopy full SHA for 360a9fb
tests/test_compressors/model_compressors/test_model_compressor.py
@@ -575,10 +575,3 @@ def remove_empty_weight_zero_points(state_dict):
575
for name, value in state_dict.items()
576
if not (name.endswith("weight_zero_point") and torch.all(value == 0))
577
}
578
-
579
580
-if __name__ == "__main__":
581
- test_decompress_model(
582
- "nm-testing/llama2.c-stories42M-gsm8k-quantized-only-uncompressed",
583
- "nm-testing/llama2.c-stories42M-gsm8k-quantized-only-compressed",
584
- )
0 commit comments