Skip to content

Commit 803e370

Browse files
authored
Merge pull request #76 from foundation-model-stack/upgrade_torch_2.7.1
pin torch version to 2.7.1
2 parents b5eaedb + c99d5d4 commit 803e370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
version="0.0.1",
66
description="Testing Utilities for use with foundation-model-stack models running on AIU",
77
packages=find_packages(),
8-
install_requires=["torch == 2.5.1"],
8+
install_requires=["torch == 2.7.1"],
99
)

0 commit comments

Comments
 (0)