From a51db69d4d03d43b62c75d8123654b011bbc049f Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Wed, 21 Aug 2024 14:56:34 -0700 Subject: [PATCH] Set qlora example as Keras 3 --- scripts/examples_master.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/examples_master.py b/scripts/examples_master.py index c7bac946e2..6477e994a4 100644 --- a/scripts/examples_master.py +++ b/scripts/examples_master.py @@ -908,6 +908,12 @@ "title": "Quick Keras Recipes", "toc": True, "children": [ + { + "path": "parameter_efficient_finetuning_of_gemma_with_lora_and_qlora", + "title": "Parameter-efficient fine-tuning of Gemma with LoRA and QLoRA", + "subcategory": "Keras usage tips", + "keras_3": True, + }, { "path": "float8_training_and_inference_with_transformer", "title": "Float8 training and inference with a simple Transformer model",