Error no file named named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
I am getting an error as repo is missing files named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
How can I fix this issue?
Sorry for the late reply, we'll get back with resolution ASAP.
@Lakshani
, thanks for trying out. There's a minor error on config file and also the model file name had extra characters "001" which makes the inferencing code return errors stating that the model doesn't exist. We have fixed the config issues and model name, also added the inference.py file to the repo. Please pull the latest changes and try.
Please make sure you have git-lfs installed, else only the model pointers will be downloaded. Follow the below steps for full clone of the repo,git lfs install
git clone git@hf.co:NetoAISolutions/TSLAM-4B
If you use WSL, the install lfs using the steps on: https://github.com/git-lfs/git-lfs/issues/2898#issuecomment-824247466