[Model] Added GLM-4 series hf format model support vllm==0.6.4 (#10561)

Signed-off-by: Isotr0py <2037008807@qq.com>
Co-authored-by: Isotr0py <2037008807@qq.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
sixgod
2024-11-28 22:53:31 +08:00
committed by GitHub
parent 3ed5e73146
commit 5fc5ce0fe4
5 changed files with 30 additions and 1 deletions

View File

@@ -139,6 +139,11 @@ Text Generation
- :code:`google/gemma-2-9b`, :code:`google/gemma-2-27b`, etc.
- ✅︎
- ✅︎
* - :code:`GlmForCausalLM`
- GLM-4
- :code:`THUDM/glm-4-9b-chat-hf`, etc.
- ✅︎
- ✅︎
* - :code:`GPT2LMHeadModel`
- GPT-2
- :code:`gpt2`, :code:`gpt2-xl`, etc.