From 76879342a33352b4e7cd08de36a0474ad2e25453 Mon Sep 17 00:00:00 2001 From: Jee Li Date: Wed, 27 Mar 2024 10:06:46 +0800 Subject: [PATCH] [Doc]add lora support (#3649) --- docs/source/models/supported_models.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models/supported_models.rst b/docs/source/models/supported_models.rst index af4eb81646ebe..bc7a21e74b2de 100644 --- a/docs/source/models/supported_models.rst +++ b/docs/source/models/supported_models.rst @@ -22,11 +22,11 @@ Alongside each architecture, we include some popular models that use it. * - :code:`BaiChuanForCausalLM` - Baichuan - :code:`baichuan-inc/Baichuan2-13B-Chat`, :code:`baichuan-inc/Baichuan-7B`, etc. - - + - ✅︎ * - :code:`ChatGLMModel` - ChatGLM - :code:`THUDM/chatglm2-6b`, :code:`THUDM/chatglm3-6b`, etc. - - + - ✅︎ * - :code:`DeciLMForCausalLM` - DeciLM - :code:`Deci/DeciLM-7B`, :code:`Deci/DeciLM-7B-instruct`, etc.