We have noticed a bug in our Model Submission workflow we do not know how to troubleshoot. The workflow is as follows:
Contributor opens Model Issue Request
Upon approval, a repository is created based on eos-template
A mock Git-LFS object is added so that contributors can add git-lfs objects in their forks if needed
Contributors fork the repository, work on incorporating the model and make a PR
The PR triggers the model test on PR Action
If the PR is merged, the model test on Push Action is triggered as well
Both at model test on PR and model test on push the "Predict Output" (so, testing the model is working) fails, because the model checkpoints (stored with Git - LFS) are not properly fetched
It must be something with how Git Action tries to fetch the Git LFS pointers, because the models work fine when testing in local through the Ersilia CLI
Hi @GrantBirki and @megamanics
We have noticed a bug in our Model Submission workflow we do not know how to troubleshoot. The workflow is as follows:
Both at model test on PR and model test on push the "Predict Output" (so, testing the model is working) fails, because the model checkpoints (stored with Git - LFS) are not properly fetched
It must be something with how Git Action tries to fetch the Git LFS pointers, because the models work fine when testing in local through the Ersilia CLI