Skip to content

Commit b5be87f

Browse files
committed
Remove debug print statement
Signed-off-by: Kelvin Cheng <kelvincheng216@gmail.com>
1 parent 0e322b6 commit b5be87f

File tree

1 file changed

+0
-1
lines changed
  • src/llmcompressor/transformers/tracing

1 file changed

+0
-1
lines changed

src/llmcompressor/transformers/tracing/gemma3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def forward(
381381
logits_to_keep: Union[int, torch.Tensor] = 0,
382382
**lm_kwargs,
383383
) -> Union[Tuple, Gemma3CausalLMOutputWithPast]:
384-
print("Tracing started")
385384
if (input_ids is None) ^ (inputs_embeds is not None):
386385
raise ValueError("You must specify exactly one of input_ids or inputs_embeds")
387386

0 commit comments

Comments
 (0)