Skip to content

Commit b6a1b7e

Browse files
committed
updated torchvision
1 parent db8c792 commit b6a1b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/token_merging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author="Alexander Kozlov",
1414
url="https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/token_merging",
1515
description="Token Merging for OpenVINO",
16-
install_requires=["torch~=2.6", "torchvision~=0.19.1"],
16+
install_requires=["torch~=2.6", "torchvision~=0.21"],
1717
dependency_links=["https://download.pytorch.org/whl/cpu"],
1818
extras_require=EXTRAS_REQUIRE,
1919
packages=find_packages(exclude=("examples", "build")),

0 commit comments

Comments
 (0)