From 1be1ebc43845cd8c6b7bedc38cf02f0f2afae226 Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 10 Jun 2024 06:53:34 +0400 Subject: [PATCH] Update lora.md Fixed a typo --- docs/source/conceptual/lora.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conceptual/lora.md b/docs/source/conceptual/lora.md index 060fc3fe..9b00421e 100644 --- a/docs/source/conceptual/lora.md +++ b/docs/source/conceptual/lora.md @@ -1,4 +1,4 @@ -# LoRA (Low-Rank Adaptation) +image# LoRA (Low-Rank Adaptation) ## What is LoRA? @@ -26,7 +26,7 @@ Once a LoRA model has been trained, it can be used to generate text or perform o In practice its often useful to have multiple LoRA models, each fine-tuned on a different dataset or for a different task. This allows you to use the model that is best suited for a particular task or dataset. -Text Genertaion Inference (TGI) now supports loading multiple LoRA models at startup that can be used in generation requests. This feature is available starting from version `~2.0.6` and is compatible with LoRA models trained using the `peft` library. +Text Generation Inference (TGI) now supports loading multiple LoRA models at startup that can be used in generation requests. This feature is available starting from version `~2.0.6` and is compatible with LoRA models trained using the `peft` library. ### Specifying LoRA models