Skip to content

Commit b3bd815

Browse files
authored
Fix mxfp4 dequantization (#41292)
fix
1 parent e4930d6 commit b3bd815

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transformers/integrations/mxfp4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ def dequantize(module, param_name, param_value, target_device, dq_param_name, **
343343
to_contiguous,
344344
rank,
345345
device_mesh,
346-
set_param=False,
347346
)
348347
blocks_attr = f"{proj}_blocks"
349348
scales_attr = f"{proj}_scales"

0 commit comments

Comments
 (0)