Spaces:
Running on Zero
Running on Zero
fix env
Browse files- create_env.py +1 -1
create_env.py
CHANGED
|
@@ -11,7 +11,7 @@ def setup_dependencies():
|
|
| 11 |
print("Installing transformers dev version...")
|
| 12 |
subprocess.check_call([
|
| 13 |
sys.executable, "-m", "pip", "install", "--force-reinstall", "--no-cache-dir",
|
| 14 |
-
"
|
| 15 |
])
|
| 16 |
|
| 17 |
with open('/tmp/deps_installed', 'w') as f:
|
|
|
|
| 11 |
print("Installing transformers dev version...")
|
| 12 |
subprocess.check_call([
|
| 13 |
sys.executable, "-m", "pip", "install", "--force-reinstall", "--no-cache-dir",
|
| 14 |
+
"transformers==4.56.0"
|
| 15 |
])
|
| 16 |
|
| 17 |
with open('/tmp/deps_installed', 'w') as f:
|