From 954e192f381e1e78d46eb0e53c3fe3610e052ece Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Wed, 19 Feb 2025 09:23:31 -0500 Subject: [PATCH] quick formatting fix for LoRA optims doc (#2349) --- 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`