Ahsen Khaliq commited on
Commit
41eb7d6
1 Parent(s): 684c644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import os
3
  from pathlib import Path
4
  os.system("pip install gsutil")
5
 
6
-
7
  os.system("git clone --branch=main https://github.com/google-research/t5x")
8
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
9
  os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")
3
  from pathlib import Path
4
  os.system("pip install gsutil")
5
 
 
6
  os.system("git clone --branch=main https://github.com/google-research/t5x")
7
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
8
  os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")