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

Old jaxlib releases are gone, breaking poetry's version resolution #161

Open
konstin opened this issue Sep 2, 2021 · 6 comments
Open

Old jaxlib releases are gone, breaking poetry's version resolution #161

konstin opened this issue Sep 2, 2021 · 6 comments

Comments

@konstin
Copy link
Collaborator

konstin commented Sep 2, 2021

We currently depend on 0.1.57 because more recent versions need AVX2 which doesn't run on our CI, but it seems that they deleted everything older than 0.1.60: https://pypi.org/project/jaxlib/#history. Trying to resolve a new set of versions with poetry fails, I haven't check completely new installations yet.

One solution would be to update jaxlib and remove unirep from our CI.

@konstin konstin changed the title Old jaxlib releases are gone, breaking poetry Old jaxlib releases are gone, breaking poetry's version resolution Sep 2, 2021
@konstin konstin pinned this issue Sep 2, 2021
@sacdallago
Copy link
Owner

Removing UniRep from the CI would also translate to discontinuing support for it, right? I already have a review were UniRep is specifically asked, I fear more will come.

@sacdallago
Copy link
Owner

Another solution is to have a gitlab runner on a more serious machine which we can turn on and off on demand, or that we reserve for merge on dev. I'll ask Tim

@konstin
Copy link
Collaborator Author

konstin commented Sep 3, 2021

I'd go with for now updating jaxlib and deactiving UniRep in CI (we can still run the tests manually on the cluster), but longterm a machine with AVX2 would be very much appreciated. Imho ideal would be if we could run CI as job on the cluster using a local disk, which would mean no need for a dedicated machine and GPU tests, but I'm not sure how well gitlab and lsf interact.

@jrhorne
Copy link

jrhorne commented Oct 28, 2021

Is there an easy solution for local installations facing this issue? Is it just upgrading jaxlib with pip? Same as #162

@sacdallago
Copy link
Owner

As of now, we lack capacity to support UniRep, unfortunately. Fact is: it doesn't seem to stack up to more modern models, and given limited capacity, we rather focus on those.

@zzltly
Copy link

zzltly commented Sep 25, 2023

try
pip install jax==0.1.57 -f https://storage.googleapis.com/jax-releases/jax_releases.html

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

4 participants