From 5b2717cf165f35ef993f0b88907b6885efbb4312 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 11 Aug 2024 12:05:25 +0300 Subject: [PATCH] cont : fix the fix --- examples/llava/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llava/requirements.txt b/examples/llava/requirements.txt index a746ca3f8..cbcbf26c9 100644 --- a/examples/llava/requirements.txt +++ b/examples/llava/requirements.txt @@ -2,4 +2,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu pillow~=10.2.0 torch~=2.2.1 -torchvision!=0.17.1 +torchvision~=0.17.1