Skip to content

Commit

Permalink
switch to libfluidsynth2 in mt3 colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 503235951
  • Loading branch information
iansimon authored and Magenta Team committed Jan 19, 2023
1 parent 5c13f7d commit e0bd347
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 @@ -62,7 +62,7 @@
"#@title Setup Environment\n",
"#@markdown Install MT3 and its dependencies (may take a few minutes).\n",
"\n",
"!apt-get update -qq \u0026\u0026 apt-get install -qq libfluidsynth1 build-essential libasound2-dev libjack-dev\n",
"!apt-get update -qq \u0026\u0026 apt-get install -qq libfluidsynth2 build-essential libasound2-dev libjack-dev\n",
"\n",
"!pip install nest-asyncio\n",
"# pin pyfluidsynth to avoid weird octave issue\n",
Expand Down

0 comments on commit e0bd347

Please sign in to comment.