You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSError: meta-llama/Llama-2-7b does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
How to fix this issue?
The text was updated successfully, but these errors were encountered:
Hello, when I try to use the Llama-2-7b model:
LlamaForCausalLM.from_pretrained("meta-llama/Llama-2-7b")
I end up with the following error:
OSError: meta-llama/Llama-2-7b does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
How to fix this issue?
The text was updated successfully, but these errors were encountered: