diff --git a/unsloth/kernels/utils.py b/unsloth/kernels/utils.py index 1d4b494dd7..eb3a2e38cc 100644 --- a/unsloth/kernels/utils.py +++ b/unsloth/kernels/utils.py @@ -460,8 +460,7 @@ def matmul_lora(X, W, W_quant, A, B, s, out = None): else: reshape = False pass - - print(X.device, W.device, torch.cuda.current_device()) + out = torch_matmul(X, W, out = out) if W_quant is not None: del W