fix import

pull/467/head
x54-729 2023-11-02 22:05:54 +08:00
parent 3418427083
commit 6b2ea75ca9
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ import re
import tempfile
import torch
from modeling_internlm import InternLMConfig, InternLMForCausalLM
from tokenization_internlm import InternLMTokenizer
from internlm_model import InternLMConfig, InternLMForCausalLM, InternLMTokenizer
NUM_SHARDS = {
"7B": 1,