You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to try the icarus framework. However, I see that the datasets are not available anymore, even when fetching with git lfs. Indeed, I have the following error : This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
Is there any alternative way to get those datasets ?
Thank you,
Best,
The text was updated successfully, but these errors were encountered:
Hey @boubasse, I found a way to circumvent the git lfs outdate plan problem :)
Globally enable git to ignore LFS files when downloading a repository. Make sure to re-neable this if you want to download lfs files in the future.
git lfs install --skip-smudge
Clone the repository with the normal clone command
Turn git LFS off with the below command. Like that, you'll be able to get to use those files.
git lfs uninstall
There's probably a more detailed way to go about this without globally disabling git LFS, but this should do the job if you just want access to the data. Let me know if that works for you!
Hello,
I would like to try the icarus framework. However, I see that the datasets are not available anymore, even when fetching with git lfs. Indeed, I have the following error :
This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access
.Is there any alternative way to get those datasets ?
Thank you,
Best,
The text was updated successfully, but these errors were encountered: