Skip to content

Commit a6eed1d

Browse files
fix typo
Signed-off-by: cliu-us <[email protected]>
1 parent 3d6e242 commit a6eed1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_mo/custom_ext_kernels/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def exv2_i4f16_fxinputs_impl(
613613
(x.shape[0], q4_width), dtype=torch.float16, device=x.device
614614
)
615615

616-
gptqmodel.exllamav2_kernels.gemm_half_q_half(
616+
gptqmodel_exllamav2_kernels.gemm_half_q_half(
617617
x, q_handle, output, force_cuda
618618
)
619619
return output.view(outshape)

0 commit comments

Comments
 (0)