Tele-AI / Telechat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

加载模型报错Process finished with exit code -1073741819 (0xC0000005)

1361095044 opened this issue · comments

model = AutoModelForCausalLM.from_pretrained(r'E:\work\models\7B', trust_remote_code=True,
device_map="auto", torch_dtype=torch.float16,
offload_folder='./to/offload_folder')