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
471a7a45
Unverified
Commit
471a7a45
authored
Jun 27, 2023
by
BasicCoder
Committed by
GitHub
Jun 26, 2023
Browse files
Compatible with Decapoda Research llama hf version (#251)
parent
6214dd6c
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 @
471a7a45
...
...
@@ -16,6 +16,7 @@ _MODEL_REGISTRY = {
"GPTBigCodeForCausalLM"
:
GPTBigCodeForCausalLM
,
"GPTNeoXForCausalLM"
:
GPTNeoXForCausalLM
,
"LlamaForCausalLM"
:
LlamaForCausalLM
,
"LLaMAForCausalLM"
:
LlamaForCausalLM
,
"OPTForCausalLM"
:
OPTForCausalLM
,
}
...
...
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