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

Not able to install install-heim-extras.sh for heim leaderboard #3060

Open
snehith3195 opened this issue Oct 11, 2024 · 1 comment
Open

Not able to install install-heim-extras.sh for heim leaderboard #3060

snehith3195 opened this issue Oct 11, 2024 · 1 comment

Comments

@snehith3195
Copy link

Hi All,

I am try to create replicate leaderboard to text to image models(HEIM) in colab but not able but getting the following error when trying to read the "install-heim-extras.sh" file:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
chex 0.1.87 requires jax>=0.4.27, but you have jax 0.3.25 which is incompatible.
chex 0.1.87 requires jaxlib>=0.4.27, but you have jaxlib 0.3.25+cuda11.cudnn805 which is incompatible.
flax 0.6.11 requires jax>=0.4.2, but you have jax 0.3.25 which is incompatible.
optax 0.2.3 requires jax>=0.4.27, but you have jax 0.3.25 which is incompatible.
optax 0.2.3 requires jaxlib>=0.4.27, but you have jaxlib 0.3.25+cuda11.cudnn805 which is incompatible.
orbax-checkpoint 0.6.4 requires jax>=0.4.26, but you have jax 0.3.25 which is incompatible.

@yifanmai
Copy link
Collaborator

Could you try running the following and see if it fixes things for you?

pip install --upgrade jaxlib==0.4.30

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

No branches or pull requests

2 participants