NagisaNao commited on
Commit
decdb33
·
verified ·
1 Parent(s): 92669c5
files_cells/notebooks/en/downloading_en.ipynb CHANGED
@@ -72,7 +72,7 @@
72
  " \"Kaggle\": {\n",
73
  " \"xformers\": \"pip install -q xformers==0.0.26.post1\",\n",
74
  " # \"torch\": \"pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
75
- " \"aiohttp\": \"!pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
76
  " }\n",
77
  " }\n",
78
  "\n",
 
72
  " \"Kaggle\": {\n",
73
  " \"xformers\": \"pip install -q xformers==0.0.26.post1\",\n",
74
  " # \"torch\": \"pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
75
+ " \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
76
  " }\n",
77
  " }\n",
78
  "\n",
files_cells/notebooks/ru/downloading_ru.ipynb CHANGED
@@ -72,7 +72,7 @@
72
  " \"Kaggle\": {\n",
73
  " \"xformers\": \"pip install -q xformers==0.0.26.post1\",\n",
74
  " # \"torch\": \"pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
75
- " \"aiohttp\": \"!pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
76
  " }\n",
77
  " }\n",
78
  "\n",
 
72
  " \"Kaggle\": {\n",
73
  " \"xformers\": \"pip install -q xformers==0.0.26.post1\",\n",
74
  " # \"torch\": \"pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
75
+ " \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
76
  " }\n",
77
  " }\n",
78
  "\n",
files_cells/python/en/downloading_en.py CHANGED
@@ -53,7 +53,7 @@ if not os.path.exists(flag_file):
53
  "Kaggle": {
54
  "xformers": "pip install -q xformers==0.0.26.post1",
55
  # "torch": "pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
56
- "aiohttp": "!pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
57
  }
58
  }
59
 
 
53
  "Kaggle": {
54
  "xformers": "pip install -q xformers==0.0.26.post1",
55
  # "torch": "pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
56
+ "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
57
  }
58
  }
59
 
files_cells/python/ru/downloading_ru.py CHANGED
@@ -53,7 +53,7 @@ if not os.path.exists(flag_file):
53
  "Kaggle": {
54
  "xformers": "pip install -q xformers==0.0.26.post1",
55
  # "torch": "pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
56
- "aiohttp": "!pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
57
  }
58
  }
59
 
 
53
  "Kaggle": {
54
  "xformers": "pip install -q xformers==0.0.26.post1",
55
  # "torch": "pip install -q torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
56
+ "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
57
  }
58
  }
59