Skip to content

Commit 360a9fb

Browse files
remove test running code
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 5bf957f commit 360a9fb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_compressors/model_compressors/test_model_compressor.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,3 @@ def remove_empty_weight_zero_points(state_dict):
575575
for name, value in state_dict.items()
576576
if not (name.endswith("weight_zero_point") and torch.all(value == 0))
577577
}
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

Comments
 (0)