fix: import SF_VEC_SIZE from quantize in gemm_runner (was NameError)

This commit is contained in:
2026-06-01 00:04:48 +00:00
parent be476b2ce2
commit 563df02aef

View File

@@ -13,6 +13,7 @@ from dsv4.ops.quantize import (
quantize_weight_to_nvfp4,
quantize_to_nvfp4,
deinterleave_quantize_nvfp4_cuda,
SF_VEC_SIZE,
)
from dsv4.ops.layouts import (
interleave_l1_weights,