I have followed the same steps to download mpt-7B-instruct, but when loading the model I get the following error:
Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack
Any idea why? I have all the files from the repo, but I feel from_pretrained method is assuming I’m loading a different type of model and is looking for a different weights file.