Error while deserializing header: HeaderTooLarge
#141
by
kdavid109
- opened
Hi guys, I am putting in my local path to the Llama-3-8b-Instruct for the model parameter but I keep getting the error:
with safe_open(checkpoint_file, framework="pt") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
Any ideas how to fix?
same problem here