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 tempfile
import torch import torch
from modeling_internlm import InternLMConfig, InternLMForCausalLM from internlm_model import InternLMConfig, InternLMForCausalLM, InternLMTokenizer
from tokenization_internlm import InternLMTokenizer
NUM_SHARDS = { NUM_SHARDS = {
"7B": 1, "7B": 1,