From 5b1c48a5efc234aea3c23e75f0f72da185a5f731 Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Tue, 19 Nov 2024 17:54:47 +0400 Subject: [PATCH] update torch version for mobileclip (#2534) --- .../mobileclip-video-search/mobileclip-video-search.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/mobileclip-video-search/mobileclip-video-search.ipynb b/notebooks/mobileclip-video-search/mobileclip-video-search.ipynb index be58255dfd8..ef229f75cc2 100644 --- a/notebooks/mobileclip-video-search/mobileclip-video-search.ipynb +++ b/notebooks/mobileclip-video-search/mobileclip-video-search.ipynb @@ -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\"" ] }, { @@ -842,6 +842,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "9b6afeb3-7542-41a0-9c03-19ce67fa94f1", "metadata": {},