mirror of https://github.com/InternLM/InternLM
fix import
parent
3418427083
commit
6b2ea75ca9
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue