Jax (library): Difference between revisions
Created page with "Notes about Jax ==Install== Through conda: <pre> conda install jax jax=*=*cuda* -c conda-forge </pre>" |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Install== | ==Install== | ||
===Conda=== | |||
<pre> | <pre> | ||
conda install jax | conda install jax jaxlib=*=*cuda* -c conda-forge | ||
</pre> | |||
===pip=== | |||
<pre> | |||
pip install --upgrade jax jaxlib==0.3.10+cuda11.cudnn82 -f https://storage.googleapis.com/jax-releases/jax_releases.html | |||
</pre> | </pre> |