fix typo in Gemma3n notes (#39196)

This commit is contained in:
Daniel van Strien
2025-07-07 13:41:33 +01:00
committed by GitHub
parent 5348fbc005
commit b8f397e456

View File

@@ -121,7 +121,7 @@ echo -e "Plants create energy through a process known as" | transformers run --t
## Notes
- Use [`Gemma3nForConditionalGeneration`] for image-audio-and-text, image-and-text, image-and-audio, audio-and-text,
image-only and aduio-only inputs.
image-only and audio-only inputs.
- Gemma 3n supports multiple images per input, but make sure the images are correctly batched before passing them to
the processor. Each batch should be a list of one or more images.