Unverified Commit 471a7a45 authored by BasicCoder's avatar BasicCoder Committed by GitHub
Browse files

Compatible with Decapoda Research llama hf version (#251)

parent 6214dd6c
......@@ -16,6 +16,7 @@ _MODEL_REGISTRY = {
"GPTBigCodeForCausalLM": GPTBigCodeForCausalLM,
"GPTNeoXForCausalLM": GPTNeoXForCausalLM,
"LlamaForCausalLM": LlamaForCausalLM,
"LLaMAForCausalLM": LlamaForCausalLM,
"OPTForCausalLM": OPTForCausalLM,
}
......
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