Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory
#1
by
cuteff
- opened
when I load this model, it encounter such a problem, but when I use 13B-python-fp16, it doesn't appear
I'm not sure why that would be, as it has all the files.
But I would suggest using the official repo now - I made these repos because at the time there was no official CodeLlama repos on HF, but now there is: https://huggingface.co/codellama/CodeLlama-34b-Python-hf
I find that I forgot install safetensors package, I solve it by installing this package. Thanks for your reply.