From b8f397e456251882c9f011596504a9c388065230 Mon Sep 17 00:00:00 2001 From: Daniel van Strien Date: Mon, 7 Jul 2025 13:41:33 +0100 Subject: [PATCH] fix typo in Gemma3n notes (#39196) --- docs/source/en/model_doc/gemma3n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/gemma3n.md b/docs/source/en/model_doc/gemma3n.md index 423261da04..94558ae191 100644 --- a/docs/source/en/model_doc/gemma3n.md +++ b/docs/source/en/model_doc/gemma3n.md @@ -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.