Skip to content

Commit 09bcfa9

Browse files
ggerganovNexesenex
authored andcommitted
py : fix requirements check '==' -> '~=' (ggml-org#8982)
* py : fix requirements check '==' -> '~=' * cont : fix the fix * ci : run on all requirements.txt
1 parent 0507338 commit 09bcfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
--extra-index-url https://download.pytorch.org/whl/cpu
33
pillow~=10.2.0
44
torch~=2.2.1
5-
torchvision==0.17.1
5+
torchvision~=0.17.1

0 commit comments

Comments
 (0)