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 76bc5f0 commit 0ea51afCopy full SHA for 0ea51af
auto_round/data_type/nvfp.py
@@ -67,7 +67,6 @@ def calculate_gparam(tensor, group_size=16, device="cpu"):
67
return global_scale
68
69
70
-@torch.compile()
71
def ref_nvfp4_quant(x, global_scale, block_size=16, v=0, scale_coeff=1.0):
72
assert global_scale.dtype == torch.float32
73
assert x.ndim == 2
0 commit comments