Ahsen Khaliq commited on
Commit
549441e
1 Parent(s): 43c4210

restart queue

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