mirror of https://github.com/vllm-project/vllm
Fix the syntax error in the doc of supported_models (#2584)
This commit is contained in:
parent
f1f6cc10c7
commit
223c19224b
|
@ -68,10 +68,10 @@ Alongside each architecture, we include some popular models that use it.
|
|||
* - :code:`QWenLMHeadModel`
|
||||
- Qwen
|
||||
- :code:`Qwen/Qwen-7B`, :code:`Qwen/Qwen-7B-Chat`, etc.
|
||||
* - :code:`StableLMEpochForCausalLM`
|
||||
* - :code:`Qwen2ForCausalLM`
|
||||
- Qwen2
|
||||
- :code:`Qwen/Qwen2-7B-beta`, :code:`Qwen/Qwen-7B-Chat-beta`, etc.
|
||||
* - :code:`StableLMEpochForCausalLM`
|
||||
- StableLM
|
||||
- :code:`stabilityai/stablelm-3b-4e1t/` , :code:`stabilityai/stablelm-base-alpha-7b-v2`, etc.
|
||||
* - :code:`YiForCausalLM`
|
||||
|
|
Loading…
Reference in New Issue