Skip to content

Commit

Permalink
update torch version for mobileclip (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Nov 19, 2024
1 parent f45026e commit 5b1c48a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"source": [
"%pip install -q \"./ml-mobileclip\" --no-deps\n",
"\n",
"%pip install -q \"clip-benchmark>=1.4.0\" \"datasets>=2.8.0\" \"open-clip-torch>=2.20.0\" \"timm>=0.9.5\" \"torch>=1.13.1\" \"torchvision>=0.14.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"clip-benchmark>=1.4.0\" \"datasets>=2.8.0\" \"open-clip-torch>=2.20.0\" \"timm>=0.9.5\" \"torch>=2.5.0\" \"torchvision>=0.20.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"\n",
"%pip install -q \"matplotlib>=3.4\" \"Pillow\" \"altair\" \"pandas\" \"tqdm\" \"matplotlib>=3.4\" \"salesforce-lavis==1.0.2\""
"%pip install -q \"matplotlib>=3.4\" \"Pillow\" \"altair\" \"pandas\" \"tqdm\" \"salesforce-lavis==1.0.2\""
]
},
{
Expand Down Expand Up @@ -842,6 +842,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "9b6afeb3-7542-41a0-9c03-19ce67fa94f1",
"metadata": {},
Expand Down

0 comments on commit 5b1c48a

Please sign in to comment.