Unverified Commit 1d9b737e authored by dancingpipi's avatar dancingpipi Committed by GitHub
Browse files

Support ChatGLMForConditionalGeneration (#1932)


Co-authored-by: default avatarshujunhua1 <shujunhua1@jd.com>
parent 60dc62dc
......@@ -19,6 +19,7 @@ _MODEL_REGISTRY = {
"BaichuanForCausalLM": BaichuanForCausalLM, # baichuan-13b
"BloomForCausalLM": BloomForCausalLM,
"ChatGLMModel": ChatGLMForCausalLM,
"ChatGLMForConditionalGeneration": ChatGLMForCausalLM,
"FalconForCausalLM": FalconForCausalLM,
"GPT2LMHeadModel": GPT2LMHeadModel,
"GPTBigCodeForCausalLM": GPTBigCodeForCausalLM,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment