File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keras_hub/src/models/gemma3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments