-
I want to run this line : I already downloaded the retriever checkpoint from here https://huggingface.co/kaiyuy/leandojo-pl-ckpts/tree/main and set the ckpt path to local and set the google/byt5-small to local path in both yaml file from generator and retrieval. But I still face the OSerror: could not locate google/byt5-samll in hugging face, something like this. Is there any ways to fix thix? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please describe the exact steps to reproduce the error in details. |
Beta Was this translation helpful? Give feedback.
-
I just updated the evaluation script to use Hugging Face checkpoints instead of PyTorch Lightning checkpoints, which hopefully can eliminate this issue. Please follow the instructions in the new README. Feel free to re-open it if you have other questions. |
Beta Was this translation helpful? Give feedback.
I just updated the evaluation script to use Hugging Face checkpoints instead of PyTorch Lightning checkpoints, which hopefully can eliminate this issue. Please follow the instructions in the new README. Feel free to re-open it if you have other questions.