Skip to content

Commit

Permalink
fix: 🐛 Torch 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Oct 27, 2024
1 parent 7bc069f commit f17128b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/Applio_NoUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
"import tarfile\n",
"import subprocess\n",
"from pathlib import Path\n",
"from IPython.display import clear_output\n",
"\n",
"def vidal_setup(C):\n",
" def F():\n",
" print(\"Installing pip packages...\")\n",
Expand Down Expand Up @@ -143,6 +145,9 @@
"\n",
"\n",
"vidal_setup(False)\n",
"!pip uninstall torch torchvision torchaudio -y\n",
"!pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121\n",
"clear_output()\n",
"print(\"Finished installing requirements!\")"
]
},
Expand Down

0 comments on commit f17128b

Please sign in to comment.