Skip to content

Commit 6d6f320

Browse files
committed
remove print
1 parent 79a23ff commit 6d6f320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/layers/quantization/compressed_tensors/schemes/compressed_tensors_wNa16.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def create_weights(self, layer: torch.nn.Module, output_size: int,
183183
w_s_param_name="weight_scale",
184184
w_zp_param_name="weight_zero_point",
185185
w_gidx_param_name="weight_g_idx")
186-
print(self.kernel, type(self.kernel))
187186

188187
# Checkpoints are serialized in compressed-tensors format, which is
189188
# different from the format the kernel may want. Handle repacking here.

0 commit comments

Comments
 (0)