From 77467001f290211eb91ce2df34526810cb96ebf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Syrkis=20=28=D7=A0=D7=97=D7=9E=D7=99=D7=94=29?= Date: Sun, 26 Apr 2026 19:43:59 +0200 Subject: [PATCH] Fix typo in LoRA fine-tuning comment Corrected a typo in a comment regarding LoRA fine-tuning support. --- examples/lora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), ),