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

Decrease CI network failures #959

Open
dolfim-ibm opened this issue Feb 13, 2025 · 0 comments
Open

Decrease CI network failures #959

dolfim-ibm opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@dolfim-ibm
Copy link
Contributor

Problem description

Currently, almost any CI build fails with timeouts downloading the model weights from HF.
This happens since a few weeks and doesn't seem to improve.

This fails in two ways:

  • When downloading the weights
  • When checking if a new version of the models should be fetched

Proposed solution 1

Download the weights once and use them in the whole CI build with artifacts_path.

Proposed solution 2

Use GH cache to keep the model weights locally. This doesn't require any change in the usage.

@dolfim-ibm dolfim-ibm added bug Something isn't working enhancement New feature or request labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant