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 feel I am not alone in rangling dependencies for jax-triton. Could the authors share a set of fixed versions of jax, jaxlib, triton and jax-triton that are known to be working with python 3.10?
One cannot use pip install jax-triton as the pypi package does not support python 3.10. So we are forced to install from HEAD in this case.
However, what "HEAD" is varies greatly, and there is a high probability at any one time that installing from HEAD for all these dependencies will lead to some failure.
Thanks
The text was updated successfully, but these errors were encountered:
https://github.com/NVIDIA/JAX-Toolbox includes a nightly container for jax-triton (ghcr.io/nvidia/jax:triton) with open Dockerfiles. That could be a good reference for a stable set of dependencies.
I see the following versions in the latest nightly:
Hi,
I feel I am not alone in rangling dependencies for jax-triton. Could the authors share a set of fixed versions of
jax
,jaxlib
,triton
andjax-triton
that are known to be working with python 3.10?One cannot use
pip install jax-triton
as the pypi package does not support python 3.10. So we are forced to install from HEAD in this case.However, what "HEAD" is varies greatly, and there is a high probability at any one time that installing from HEAD for all these dependencies will lead to some failure.
Thanks
The text was updated successfully, but these errors were encountered: