From 1b151ed181f5ef0d267c1cf6d15d6f6f43e302ed Mon Sep 17 00:00:00 2001 From: Uranus <109661872+UranusSeven@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:57:31 +0800 Subject: [PATCH] Fix baichuan doc style (#748) --- 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.