We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e322b6 commit b5be87fCopy full SHA for b5be87f
src/llmcompressor/transformers/tracing/gemma3.py
@@ -381,7 +381,6 @@ def forward(
381
logits_to_keep: Union[int, torch.Tensor] = 0,
382
**lm_kwargs,
383
) -> Union[Tuple, Gemma3CausalLMOutputWithPast]:
384
- print("Tracing started")
385
if (input_ids is None) ^ (inputs_embeds is not None):
386
raise ValueError("You must specify exactly one of input_ids or inputs_embeds")
387
0 commit comments