From a5863921cda37ff9c7e7a3ec6419ec4dfd2c029b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:59:47 +0000 Subject: [PATCH] Update torchvision requirement in /llama.cpp_source Updates the requirements on torchvision to permit the latest version. --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.27.0+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llama.cpp_source/tools/mtmd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp_source/tools/mtmd/requirements.txt b/llama.cpp_source/tools/mtmd/requirements.txt index 0a1f4e8..972423e 100644 --- a/llama.cpp_source/tools/mtmd/requirements.txt +++ b/llama.cpp_source/tools/mtmd/requirements.txt @@ -2,4 +2,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu pillow~=11.3.0 torch~=2.6.0 -torchvision~=0.21.0 +torchvision~=0.27.0+cpu