I recieve this error when calling my fine-tuned GPT2 saved model. Exception has occurred: OSError
Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory ./results/checkpoint-21264.
Even though if i run the same code on google colab it works fine but in VS code it results in the error.
I tried updating transformers but that didnt work. do i need to download these files from hugging face?