Skip to content

Commit

Permalink
change pinned jax version in transcription colab to match jaxlib
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 473354394
  • Loading branch information
iansimon authored and Magenta Team committed Sep 9, 2022
1 parent fc8ce8c commit 571c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt3/colab/music_transcription_with_transformers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"\n",
"# downgrade jax\n",
"# TODO(iansimon): remove this once we can use the latest t5x\n",
"!pip install jax==0.3.14\n",
"!pip install jax==0.3.15\n",
"\n",
"# copy checkpoints\n",
"!gsutil -q -m cp -r gs:https://mt3/checkpoints .\n",
Expand Down

0 comments on commit 571c4d0

Please sign in to comment.