NagisaNao commited on
Commit
b0c3dac
1 Parent(s): 28206d7

update dep for colab

Browse files
files_cells/notebooks/en/downloading_en.ipynb CHANGED
@@ -78,7 +78,7 @@
78
  "\n",
79
  " additional_libs = {\n",
80
  " \"Google Colab\": {\n",
81
- " \"xformers\": \"pip install xformers==0.0.27 --no-deps\"\n",
82
  " },\n",
83
  " \"Kaggle\": {\n",
84
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
 
78
  "\n",
79
  " additional_libs = {\n",
80
  " \"Google Colab\": {\n",
81
+ " \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
82
  " },\n",
83
  " \"Kaggle\": {\n",
84
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
files_cells/notebooks/ru/downloading_ru.ipynb CHANGED
@@ -78,7 +78,7 @@
78
  "\n",
79
  " additional_libs = {\n",
80
  " \"Google Colab\": {\n",
81
- " \"xformers\": \"pip install xformers==0.0.27 --no-deps\"\n",
82
  " },\n",
83
  " \"Kaggle\": {\n",
84
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
 
78
  "\n",
79
  " additional_libs = {\n",
80
  " \"Google Colab\": {\n",
81
+ " \"xformers\": \"pip install xformers==0.0.27.post2\"\n",
82
  " },\n",
83
  " \"Kaggle\": {\n",
84
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
files_cells/python/en/downloading_en.py CHANGED
@@ -68,11 +68,11 @@ if not os.path.exists(flag_file):
68
 
69
  additional_libs = {
70
  "Google Colab": {
71
- "xformers": "pip install xformers==0.0.27 --no-deps"
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
  }
 
68
 
69
  additional_libs = {
70
  "Google Colab": {
71
+ "xformers": "pip install xformers==0.0.27.post2"
72
  },
73
  "Kaggle": {
74
+ "xformers": "pip install xformers==0.0.26.post1",
75
+ # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
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
@@ -68,11 +68,11 @@ if not os.path.exists(flag_file):
68
 
69
  additional_libs = {
70
  "Google Colab": {
71
- "xformers": "pip install xformers==0.0.27 --no-deps"
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
  }
 
68
 
69
  additional_libs = {
70
  "Google Colab": {
71
+ "xformers": "pip install xformers==0.0.27.post2"
72
  },
73
  "Kaggle": {
74
+ "xformers": "pip install xformers==0.0.26.post1",
75
+ # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
76
  # "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
77
  }
78
  }