Error loading the model
#2
by
Starlento
- opened
--> 506 with safe_open(checkpoint_file, framework="pt") as f:
507 metadata = f.metadata()
508 if metadata.get("format") not in ["pt", "tf", "flax", "mlx"]:
SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
I checked the transformers version and re-downloaded the model twice. I still failed at loading the first shard.
Sorry that the problem is not on 0001 but 0002. It got solved.
Starlento
changed discussion status to
closed