git lfs pull failed, error: exceeded its lfs budget
i clone the repo in my ubuntu, and git lfs pull as following: ~/Documents/models/Computer_Vision/resnet50_Opset16_timm$ git lfs pull --include="resnet50_Opset16.onnx" --exclude="" the error is: batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.
so should i fix my configs?
I've also been seeing this downstream in some repositories that run tests on the models from this repository: https://github.com/iree-org/iree-test-suites/actions/runs/14975747840/job/42067513702#step:6:463
----------------------------- Captured stderr call -----------------------------
batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.
Failed to fetch some objects from 'https://github.com/onnx/models.git/info/lfs'
Looks like GitHub changed billing for Git LFS: https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage . One of my github organizations had our budget settings cleared as part of that migration so we had to configure new budgets for Git LFS.
For more context on the downstream usage, we have self-hosted runners with persistent caches that test some of the ONNX models on every commit to a project, and those have continued to work. We also have some github-hosted runners without caches that run tests nightly and those have been failing for a few weeks since they have been unable to fetch LFS objects.
I am facing a similar issue.
Is Git LFS budget going to be added back / increased for this repository at some point? Is this repository still being maintained (https://github.com/onnx/models/issues/676)?