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. |
Answered by
yangky11
Jul 16, 2024
Replies: 2 comments 1 reply
|
Could you please list the exact steps for reproducing this error? |
0 replies
|
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. |
1 reply
Answer selected by
yangky11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.