13B Transformers instantiation: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory
#12
by
devonoved
- opened
I'm trying to load the Pytorch weights for Openllama 13B, and get this error:
...modeling_utils.py", line 3762, in from_pretrained raise EnvironmentError (OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory
transformers version 4.46.0
torch version: 2.5.0+cu124 (Cuda 12.4)
I'm very new to this, first attempt at a local LM. So I might be overlooking something simple and obvious to people with more experience.