Unverified Commit f5c6c667 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

feat: support internlm 3 dense (#2888)

parent cc0485be
......@@ -570,4 +570,8 @@ class Phi3ForCausalLM(LlamaForCausalLM):
pass
EntryClass = [LlamaForCausalLM, Phi3ForCausalLM]
class InternLM3ForCausalLM(LlamaForCausalLM):
pass
EntryClass = [LlamaForCausalLM, Phi3ForCausalLM, InternLM3ForCausalLM]
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