Skip to content

Commit b35df98

Browse files
committed
pin torch version in amplify
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent c59d333 commit b35df98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

models/amplify/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies = [
1919
"nvidia_resiliency_ext",
2020
"omegaconf",
2121
"pytest",
22-
"torch",
23-
# "transformer_engine[pytorch]",
22+
"torch==2.6.0a0+ecf3bae40a.nv25.01",
23+
"transformer_engine[pytorch]",
2424
"transformers",
2525
"xformers",
2626
]

0 commit comments

Comments
 (0)