you shouldn't have cut back.....
Browse files
files_cells/notebooks/en/downloading_en.ipynb
CHANGED
@@ -91,8 +91,7 @@
|
|
91 |
" if env == \"Google Colab\":\n",
|
92 |
" !pip install -q pip install xformers==0.0.26.dev769 -U\n",
|
93 |
" else:\n",
|
94 |
-
"
|
95 |
-
" !pip install -q {torch} -U\n",
|
96 |
" !pip install -q {xformers} -U\n",
|
97 |
"\n",
|
98 |
" with open(flag_file, \"w\") as f:\n",
|
|
|
91 |
" if env == \"Google Colab\":\n",
|
92 |
" !pip install -q pip install xformers==0.0.26.dev769 -U\n",
|
93 |
" else:\n",
|
94 |
+
" !pip install -q {torch} -U\n",
|
|
|
95 |
" !pip install -q {xformers} -U\n",
|
96 |
"\n",
|
97 |
" with open(flag_file, \"w\") as f:\n",
|
files_cells/notebooks/ru/downloading_ru.ipynb
CHANGED
@@ -91,8 +91,7 @@
|
|
91 |
" if env == \"Google Colab\":\n",
|
92 |
" !pip install -q pip install xformers==0.0.26.dev769 -U\n",
|
93 |
" else:\n",
|
94 |
-
"
|
95 |
-
" !pip install -q {torch} -U\n",
|
96 |
" !pip install -q {xformers} -U\n",
|
97 |
"\n",
|
98 |
" with open(flag_file, \"w\") as f:\n",
|
|
|
91 |
" if env == \"Google Colab\":\n",
|
92 |
" !pip install -q pip install xformers==0.0.26.dev769 -U\n",
|
93 |
" else:\n",
|
94 |
+
" !pip install -q {torch} -U\n",
|
|
|
95 |
" !pip install -q {xformers} -U\n",
|
96 |
"\n",
|
97 |
" with open(flag_file, \"w\") as f:\n",
|
files_cells/python/en/downloading_en.py
CHANGED
@@ -72,8 +72,7 @@ if not os.path.exists(flag_file):
|
|
72 |
if env == "Google Colab":
|
73 |
get_ipython().system('pip install -q pip install xformers==0.0.26.dev769 -U')
|
74 |
else:
|
75 |
-
|
76 |
-
get_ipython().system('pip install -q {torch} -U')
|
77 |
get_ipython().system('pip install -q {xformers} -U')
|
78 |
|
79 |
with open(flag_file, "w") as f:
|
|
|
72 |
if env == "Google Colab":
|
73 |
get_ipython().system('pip install -q pip install xformers==0.0.26.dev769 -U')
|
74 |
else:
|
75 |
+
get_ipython().system('pip install -q {torch} -U')
|
|
|
76 |
get_ipython().system('pip install -q {xformers} -U')
|
77 |
|
78 |
with open(flag_file, "w") as f:
|
files_cells/python/ru/downloading_ru.py
CHANGED
@@ -72,8 +72,7 @@ if not os.path.exists(flag_file):
|
|
72 |
if env == "Google Colab":
|
73 |
get_ipython().system('pip install -q pip install xformers==0.0.26.dev769 -U')
|
74 |
else:
|
75 |
-
|
76 |
-
get_ipython().system('pip install -q {torch} -U')
|
77 |
get_ipython().system('pip install -q {xformers} -U')
|
78 |
|
79 |
with open(flag_file, "w") as f:
|
|
|
72 |
if env == "Google Colab":
|
73 |
get_ipython().system('pip install -q pip install xformers==0.0.26.dev769 -U')
|
74 |
else:
|
75 |
+
get_ipython().system('pip install -q {torch} -U')
|
|
|
76 |
get_ipython().system('pip install -q {xformers} -U')
|
77 |
|
78 |
with open(flag_file, "w") as f:
|