error, can not load

#17
by yeyeyeyeye2 - opened

safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
when I run, go tp error :

image.png
code:
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
)

Sign up or log in to comment