Skip to content

Commit c99d5d4

Browse files
committed
pin torch version to 2.7.1
Signed-off-by: Joshua Rosenkranz <jmrosenk@us.ibm.com>
1 parent 1a77f63 commit c99d5d4

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)