Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Dec 23, 2024
1 parent e1fdc1d commit 12e6a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/Applio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
" os.remove(A)\n",
"\n",
"vidal_setup()\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
1 change: 1 addition & 0 deletions assets/Applio_NoUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"\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 12e6a97

Please sign in to comment.