Skip to content

Commit

Permalink
Set qlora example as Keras 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Aug 21, 2024
1 parent 49737fc commit a51db69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a51db69

Please sign in to comment.