diff --git a/README.md b/README.md index 5fad33700ff80..20a2f53e18084 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ vLLM seamlessly supports many Hugging Face models, including the following archi - Baichuan & Baichuan2 (`baichuan-inc/Baichuan2-13B-Chat`, `baichuan-inc/Baichuan-7B`, etc.) - BLOOM (`bigscience/bloom`, `bigscience/bloomz`, etc.) - ChatGLM (`THUDM/chatglm2-6b`, `THUDM/chatglm3-6b`, etc.) +- Command-R (`CohereForAI/c4ai-command-r-v01`, etc.) - DBRX (`databricks/dbrx-base`, `databricks/dbrx-instruct` etc.) - DeciLM (`Deci/DeciLM-7B`, `Deci/DeciLM-7B-instruct`, etc.) - Falcon (`tiiuae/falcon-7b`, `tiiuae/falcon-40b`, `tiiuae/falcon-rw-7b`, etc.) diff --git a/docs/source/models/supported_models.rst b/docs/source/models/supported_models.rst index 7f80831bbdace..8ef6da4a6dac1 100644 --- a/docs/source/models/supported_models.rst +++ b/docs/source/models/supported_models.rst @@ -27,6 +27,10 @@ Alongside each architecture, we include some popular models that use it. - ChatGLM - :code:`THUDM/chatglm2-6b`, :code:`THUDM/chatglm3-6b`, etc. - ✅︎ + * - :code:`CohereForCausalLM` + - Command-R + - :code:`CohereForAI/c4ai-command-r-v01`, etc. + - * - :code:`DbrxForCausalLM` - DBRX - :code:`databricks/dbrx-base`, :code:`databricks/dbrx-instruct`, etc.