oniati commited on
Commit
84d9e79
·
1 Parent(s): fc888a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ os.system("apt-get update -qq && apt-get install -qq libfluidsynth3 build-essent
13
  # install mt3
14
  os.system("git clone --branch=main https://github.com/magenta/mt3")
15
  os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
16
- os.system("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
17
- ")
18
 
19
  # copy checkpoints
20
  os.system("gsutil -q -m cp -r gs://mt3/checkpoints .")
 
13
  # install mt3
14
  os.system("git clone --branch=main https://github.com/magenta/mt3")
15
  os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
16
+ os.system("python3 -m pip install jax[cuda11_local] nest-asyncio pyfluidsynth==1.3.0 -e .")
 
17
 
18
  # copy checkpoints
19
  os.system("gsutil -q -m cp -r gs://mt3/checkpoints .")