From 02efd7e83dfad0cdd5b8d116498acc974b2986e4 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Wed, 19 Feb 2025 14:17:20 +0000 Subject: [PATCH] quick formatting fix for LoRA optims doc --- docs/lora_optims.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lora_optims.qmd b/docs/lora_optims.qmd index 3f8276bc5..eaeeed260 100644 --- a/docs/lora_optims.qmd +++ b/docs/lora_optims.qmd @@ -12,6 +12,7 @@ to leverage operator fusion and tensor re-use in order to improve speed and redu memory usage during the forward and backward passes of these calculations. We currently support several common model architectures, including (but not limited to): + - `llama` - `mistral` - `qwen2`