mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-18 04:55:01 +08:00
Support ChatGLMForConditionalGeneration (#1932)
Co-authored-by: shujunhua1 <shujunhua1@jd.com>
This commit is contained in:
parent
60dc62dc9e
commit
1d9b737e05
@ -19,6 +19,7 @@ _MODEL_REGISTRY = {
|
|||||||
"BaichuanForCausalLM": BaichuanForCausalLM, # baichuan-13b
|
"BaichuanForCausalLM": BaichuanForCausalLM, # baichuan-13b
|
||||||
"BloomForCausalLM": BloomForCausalLM,
|
"BloomForCausalLM": BloomForCausalLM,
|
||||||
"ChatGLMModel": ChatGLMForCausalLM,
|
"ChatGLMModel": ChatGLMForCausalLM,
|
||||||
|
"ChatGLMForConditionalGeneration": ChatGLMForCausalLM,
|
||||||
"FalconForCausalLM": FalconForCausalLM,
|
"FalconForCausalLM": FalconForCausalLM,
|
||||||
"GPT2LMHeadModel": GPT2LMHeadModel,
|
"GPT2LMHeadModel": GPT2LMHeadModel,
|
||||||
"GPTBigCodeForCausalLM": GPTBigCodeForCausalLM,
|
"GPTBigCodeForCausalLM": GPTBigCodeForCausalLM,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user