blyat'..
Browse files
files_cells/notebooks/en/downloading_en.ipynb
CHANGED
@@ -81,8 +81,8 @@
|
|
81 |
" \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
|
82 |
" },\n",
|
83 |
" \"Kaggle\": {\n",
|
84 |
-
" \"xformers\": \"pip install xformers==0.0.
|
85 |
-
"
|
86 |
" # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
|
87 |
" }\n",
|
88 |
" }\n",
|
|
|
81 |
" \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
|
82 |
" },\n",
|
83 |
" \"Kaggle\": {\n",
|
84 |
+
" \"xformers\": \"pip install xformers==0.0.27\",\n",
|
85 |
+
" \"torch\": \"pip install torchvision==0.18.1 torchaudio==2.3.1 open-clip-torch==2.26.1\",\n",
|
86 |
" # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
|
87 |
" }\n",
|
88 |
" }\n",
|
files_cells/notebooks/ru/downloading_ru.ipynb
CHANGED
@@ -81,8 +81,8 @@
|
|
81 |
" \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
|
82 |
" },\n",
|
83 |
" \"Kaggle\": {\n",
|
84 |
-
" \"xformers\": \"pip install xformers==0.0.
|
85 |
-
"
|
86 |
" # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
|
87 |
" }\n",
|
88 |
" }\n",
|
|
|
81 |
" \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
|
82 |
" },\n",
|
83 |
" \"Kaggle\": {\n",
|
84 |
+
" \"xformers\": \"pip install xformers==0.0.27\",\n",
|
85 |
+
" \"torch\": \"pip install torchvision==0.18.1 torchaudio==2.3.1 open-clip-torch==2.26.1\",\n",
|
86 |
" # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
|
87 |
" }\n",
|
88 |
" }\n",
|
files_cells/python/en/downloading_en.py
CHANGED
@@ -71,8 +71,8 @@ if not os.path.exists(flag_file):
|
|
71 |
"xformers": "pip install xformers==0.0.27.post2"
|
72 |
},
|
73 |
"Kaggle": {
|
74 |
-
"xformers": "pip install xformers==0.0.
|
75 |
-
|
76 |
# "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
|
77 |
}
|
78 |
}
|
|
|
71 |
"xformers": "pip install xformers==0.0.27.post2"
|
72 |
},
|
73 |
"Kaggle": {
|
74 |
+
"xformers": "pip install xformers==0.0.27",
|
75 |
+
"torch": "pip install torchvision==0.18.1 torchaudio==2.3.1 open-clip-torch==2.26.1",
|
76 |
# "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
|
77 |
}
|
78 |
}
|
files_cells/python/ru/downloading_ru.py
CHANGED
@@ -71,8 +71,8 @@ if not os.path.exists(flag_file):
|
|
71 |
"xformers": "pip install xformers==0.0.27.post2"
|
72 |
},
|
73 |
"Kaggle": {
|
74 |
-
"xformers": "pip install xformers==0.0.
|
75 |
-
|
76 |
# "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
|
77 |
}
|
78 |
}
|
|
|
71 |
"xformers": "pip install xformers==0.0.27.post2"
|
72 |
},
|
73 |
"Kaggle": {
|
74 |
+
"xformers": "pip install xformers==0.0.27",
|
75 |
+
"torch": "pip install torchvision==0.18.1 torchaudio==2.3.1 open-clip-torch==2.26.1",
|
76 |
# "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
|
77 |
}
|
78 |
}
|