Add __init__ to internlm_model

pull/467/head
x54-729 2023-11-02 22:07:53 +08:00
parent 6b2ea75ca9
commit 12442cbf47
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from .configuration_internlm import InternLMConfig
from .modeling_internlm import InternLMForCausalLM
from .tokenization_internlm import InternLMTokenizer