Skip to content

Commit

Permalink
fix: jax has no extras
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma committed Aug 22, 2023
1 parent f96f1e5 commit fd818d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/inference/inference_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"outputs": [],
"source": [
"# Required only for colab environments + GPU\n",
"!pip install \"jax[cuda12_pip]==0.3.25\" jaxlib==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"!pip install jax==0.3.25 jaxlib==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"\n",
"# Install required libraries\n",
"!pip install -q dalle-mini orbax==0.0.23\n",
Expand Down

0 comments on commit fd818d2

Please sign in to comment.