Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to download the data in icarus-framework #8

Open
boubasse opened this issue Jul 8, 2024 · 1 comment
Open

Impossible to download the data in icarus-framework #8

boubasse opened this issue Jul 8, 2024 · 1 comment

Comments

@boubasse
Copy link

boubasse commented Jul 8, 2024

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,

@Foalfloater66
Copy link

Hey @boubasse, I found a way to circumvent the git lfs outdate plan problem :)

  1. 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
  1. Clone the repository with the normal clone command
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants