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 23, 2024
1 parent f0ae387 commit 1f743e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/Applio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"clear_output()\n",
"def vidal_setup():\n",
" A = \"/content/\" + rot_47(\"Kikpm.ovm.bu\")\n",
" \n",
"\n",
" D = \"/\"\n",
" if not os.path.exists(A):\n",
" M = os.path.dirname(A)\n",
Expand All @@ -87,7 +87,9 @@
" os.remove(A)\n",
"\n",
"vidal_setup()\n",
"!pip uninstall torch torchvision torchaudio -y\n",
"!pip install pydantic==2.8.2 fastapi==0.112.0 starlette==0.37.2\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 Expand Up @@ -308,7 +310,10 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"cellView": "form",
"id": "-vIzj7pye8Z0"
},
"outputs": [],
"source": [
"# @title Setup new logs folder format\n",
Expand Down Expand Up @@ -445,4 +450,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 1f743e9

Please sign in to comment.