Skip to content

Commit a5337f5

Browse files
authored
Small Gemma3 doc-string edits (#2214)
1 parent 7c86942 commit a5337f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_hub/src/models/gemma3/gemma3_causal_lm_preprocessor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ class Gemma3CausalLMPreprocessor(CausalLMPreprocessor):
4040
4141
For use with generation, the layer also exposes two methods
4242
`generate_preprocess()` and `generate_postprocess()`. When this preprocessor
43-
is attached to a `keras_hub.models.GemmaCausalLM` instance, these methods
43+
is attached to a `keras_hub.models.Gemma3CausalLM` instance, these methods
4444
will be called implicitly in `generate()`. They can also be called
4545
standalone (e.g. to precompute preprocessing inputs for generation in a
4646
separate process).
4747
4848
Args:
49-
tokenizer: A `keras_hub.models.GemmaTokenizer` instance.
49+
tokenizer: A `keras_hub.models.Gemma3Tokenizer` instance.
5050
image_converter: A `keras_hub.layers.ImageConverter` instance. Defaults
5151
to `None`.
5252
sequence_length: The length of the packed inputs. Defaults to 1024.

0 commit comments

Comments
 (0)