We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d131b42 commit db8c792Copy full SHA for db8c792
modules/token_merging/setup.py
@@ -13,7 +13,7 @@
13
author="Alexander Kozlov",
14
url="https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/token_merging",
15
description="Token Merging for OpenVINO",
16
- install_requires=["torch~=2.4", "torchvision~=0.19.1"],
+ install_requires=["torch~=2.6", "torchvision~=0.19.1"],
17
dependency_links=["https://download.pytorch.org/whl/cpu"],
18
extras_require=EXTRAS_REQUIRE,
19
packages=find_packages(exclude=("examples", "build")),
0 commit comments