Skip to content

Commit

Permalink
update cuda version of jax dependency in mt3 colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636999626
  • Loading branch information
iansimon authored and Magenta Team committed May 25, 2024
1 parent ef4f9b2 commit fdc09df
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 @@ -67,7 +67,7 @@
"# install mt3\n",
"!git clone --branch=main https://github.com/magenta/mt3\n",
"!mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp\n",
"!python3 -m pip install jax[cuda11_local] nest-asyncio pyfluidsynth==1.3.0 -e . -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"!python3 -m pip install jax[cuda12_local] nest-asyncio pyfluidsynth==1.3.0 -e . -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"\n",
"# copy checkpoints\n",
"!gsutil -q -m cp -r gs://mt3/checkpoints .\n",
Expand Down

0 comments on commit fdc09df

Please sign in to comment.