Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
1d9b737e
Unverified
Commit
1d9b737e
authored
Dec 06, 2023
by
dancingpipi
Committed by
GitHub
Dec 05, 2023
Browse files
Support ChatGLMForConditionalGeneration (#1932)
Co-authored-by:
shujunhua1
<
shujunhua1@jd.com
>
parent
60dc62dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/model_loader.py
vllm/model_executor/model_loader.py
+1
-0
No files found.
vllm/model_executor/model_loader.py
View file @
1d9b737e
...
@@ -19,6 +19,7 @@ _MODEL_REGISTRY = {
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment