diff --git a/examples/lora.py b/examples/lora.py index 736b0e1b..3ece79cc 100644 --- a/examples/lora.py +++ b/examples/lora.py @@ -64,7 +64,7 @@ def get_config(): model=gm.nn.Gemma3_4B( tokens="batch.input", # TODO(epot): At the moment, LoRA fine-tuning with multimodal - # is not supported. Willbe fixed soon. + # is not supported. Will be fixed soon? text_only=True, ), ),