From 18ab316dd2a76e027fa556af32cdbaade38f842a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 3 Mar 2025 18:33:18 -0800 Subject: [PATCH] Update utils.py --- unsloth/kernels/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/kernels/utils.py b/unsloth/kernels/utils.py index 3dd2d8e402..5b7be9a5fa 100644 --- a/unsloth/kernels/utils.py +++ b/unsloth/kernels/utils.py @@ -147,7 +147,6 @@ if HAS_CUDA_STREAM: @torch.inference_mode def fast_dequantize(W, quant_state = None, out = None, use_global_buffer = False): use_global_buffer = False - print(W, quant_state) if quant_state is None: return W if type(quant_state) is not list: # New quant_state as a class