diff --git a/unsloth/kernels/utils.py b/unsloth/kernels/utils.py index 6bb44fbd1f..e699e632fe 100644 --- a/unsloth/kernels/utils.py +++ b/unsloth/kernels/utils.py @@ -452,6 +452,7 @@ pass def matmul_lora(X, W, W_quant, A, B, s, out = None): dtype = X.dtype W = fast_dequantize(W.t(), W_quant, use_global_buffer = False) + print(W) if X.device != W.device: print(X.device, W.device, torch.cuda.current_device())