Skip to content

Commit

Permalink
fix: 🔥 Optimizing dependencies (Workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Dec 22, 2024
1 parent 72e7503 commit f935143
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install torch==2.3.1 torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
pip uninstall torch torchvision torchaudio -y
- name: Record final state of site-packages
run: |
python -c "
Expand Down
1 change: 0 additions & 1 deletion assets/Applio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
" 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: 0 additions & 1 deletion assets/Applio_NoUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"\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 f935143

Please sign in to comment.