mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-30 06:03:37 -04:00
py : fix requirements check '==' -> '~=' (#8982)
* py : fix requirements check '==' -> '~=' * cont : fix the fix * ci : run on all requirements.txt
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user