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 6696810 commit f36f550Copy full SHA for f36f550
src/compressed_tensors/compressors/quantized_compressors/nvfp4_quantized.py
@@ -82,7 +82,6 @@ def compress_weight(
82
compressed_dict = {}
83
weight_packed = pack_fp4_to_uint8(quantized_weight)
84
if device is not None:
85
- breakpoint()
86
weight_packed = weight_packed.to(device)
87
compressed_dict["weight_packed"] = weight_packed
88
return compressed_dict
0 commit comments