We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5bab08 + b014f72 commit 21b18c8Copy full SHA for 21b18c8
examples/gemma3_example/gemma3_mm.py
@@ -105,5 +105,5 @@
105
)
106
inputs["pixel_values"] = inputs["pixel_values"].to(torch.float32)
107
output = qeff_model.generate(inputs=inputs, generation_len=100)
108
- print(tokenizer.batch_decode(output.generated_ids))
+ print(tokenizer.batch_decode(output.generated_ids, skip_special_tokens=True))
109
print(output)
0 commit comments