From ac476ecfcf03da69c68a8825852f06839feeda18 Mon Sep 17 00:00:00 2001 From: UranusSeven <109661872+UranusSeven@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:31:29 +0800 Subject: [PATCH] Fix baichuan doc style --- docs/source/models/supported_models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/models/supported_models.rst b/docs/source/models/supported_models.rst index aca7cbc85cd3..eb9da233d4ec 100644 --- a/docs/source/models/supported_models.rst +++ b/docs/source/models/supported_models.rst @@ -16,7 +16,7 @@ Alongside each architecture, we include some popular models that use it. - Example HuggingFace Models * - :code:`BaiChuanForCausalLM` - Baichuan - - :code:`baichuan-inc/Baichuan-7B`, `baichuan-inc/Baichuan-13B-Chat`, etc. + - :code:`baichuan-inc/Baichuan-7B`, :code:`baichuan-inc/Baichuan-13B-Chat`, etc. * - :code:`BloomForCausalLM` - BLOOM, BLOOMZ, BLOOMChat - :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.