Skip to content

Commit

Permalink
Support ChatGLMForConditionalGeneration (vllm-project#1932)
Browse files Browse the repository at this point in the history
Co-authored-by: shujunhua1 <[email protected]>
  • Loading branch information
dancingpipi and shujunhua1 authored Dec 5, 2023
1 parent 60dc62d commit 1d9b737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/model_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"BaichuanForCausalLM": BaichuanForCausalLM, # baichuan-13b
"BloomForCausalLM": BloomForCausalLM,
"ChatGLMModel": ChatGLMForCausalLM,
"ChatGLMForConditionalGeneration": ChatGLMForCausalLM,
"FalconForCausalLM": FalconForCausalLM,
"GPT2LMHeadModel": GPT2LMHeadModel,
"GPTBigCodeForCausalLM": GPTBigCodeForCausalLM,
Expand Down

0 comments on commit 1d9b737

Please sign in to comment.