Downloaded models from huggingface but getting Deepspeed checkpoint loading error #50
-
Hi, I tried running the premise retrieval pipeline, but ran into this error trace when using the model uploaded on huggingface (https://huggingface.co/kaiyuy/leandojo-lean4-retriever-byt5-small/tree/main):
Would I need to train the premise retriever to reproduce the results in the README? Or is there a way to use the models listed. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you please list the exact steps for reproducing this error? |
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.