Skip to content

Commit f36f550

Browse files
committed
remove breakpoint
Signed-off-by: shanjiaz <zsjwpianpian@gmail.com>
1 parent 6696810 commit f36f550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compressed_tensors/compressors/quantized_compressors/nvfp4_quantized.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def compress_weight(
8282
compressed_dict = {}
8383
weight_packed = pack_fp4_to_uint8(quantized_weight)
8484
if device is not None:
85-
breakpoint()
8685
weight_packed = weight_packed.to(device)
8786
compressed_dict["weight_packed"] = weight_packed
8887
return compressed_dict

0 commit comments

Comments
 (0)