NagisaNao commited on
Commit
b9af71f
·
verified ·
1 Parent(s): 3bf746a
files_cells/notebooks/en/downloading_en.ipynb CHANGED
@@ -71,7 +71,7 @@
71
  " },\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
  " }\n",
76
  " }\n",
77
  "\n",
@@ -555,7 +555,7 @@
555
  "\n",
556
  "## List Models and stuff V2\n",
557
  "if detailed_download == \"off\":\n",
558
- " print(\"\\n\\n\\033[33mЕсли вы не видете каких-то скаченных файлов, включите в виджетах функцию 'Подробная Загрузка'.\")\n",
559
  " get_ipython().run_line_magic('run', '{root_path}/file_cell/special/dl_display_results.py') # display widgets result\n",
560
  "\n",
561
  "else:\n",
 
71
  " },\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
  " }\n",
76
  " }\n",
77
  "\n",
 
555
  "\n",
556
  "## List Models and stuff V2\n",
557
  "if detailed_download == \"off\":\n",
558
+ " print(\"\\n\\n\\033[33mIf you don't see any downloaded files, enable the 'Detailed Downloads' feature in the widget.\")\n",
559
  " get_ipython().run_line_magic('run', '{root_path}/file_cell/special/dl_display_results.py') # display widgets result\n",
560
  "\n",
561
  "else:\n",
files_cells/notebooks/ru/downloading_ru.ipynb CHANGED
@@ -71,7 +71,7 @@
71
  " },\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
  " }\n",
76
  " }\n",
77
  "\n",
 
71
  " },\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
  " }\n",
76
  " }\n",
77
  "\n",
files_cells/python/en/downloading_en.py CHANGED
@@ -533,7 +533,7 @@ if len(extension_repo) > 0:
533
 
534
  ## List Models and stuff V2
535
  if detailed_download == "off":
536
- print("\n\n\033[33mЕсли вы не видете каких-то скаченных файлов, включите в виджетах функцию 'Подробная Загрузка'.")
537
  get_ipython().run_line_magic('run', '{root_path}/file_cell/special/dl_display_results.py') # display widgets result
538
 
539
  else:
 
533
 
534
  ## List Models and stuff V2
535
  if detailed_download == "off":
536
+ print("\n\n\033[33mIf you don't see any downloaded files, enable the 'Detailed Downloads' feature in the widget.")
537
  get_ipython().run_line_magic('run', '{root_path}/file_cell/special/dl_display_results.py') # display widgets result
538
 
539
  else: