Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
fc4433a
1
Parent(s):
1421f45
Downgrade the version of transformers lib.
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from io import BytesIO
|
|
18 |
import zipfile
|
19 |
|
20 |
|
21 |
-
transformers.utils.move_cache()
|
22 |
torch.set_float32_matmul_precision('high')
|
23 |
torch.jit.script = lambda f: f
|
24 |
|
|
|
18 |
import zipfile
|
19 |
|
20 |
|
21 |
+
# transformers.utils.move_cache()
|
22 |
torch.set_float32_matmul_precision('high')
|
23 |
torch.jit.script = lambda f: f
|
24 |
|