Skip to content

Commit 9cd6e7e

Browse files
committed
pin transformers in esm2 golden values
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent a29272f commit 9cd6e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/esm2/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"pytest",
2020
"torch",
2121
# "transformer_engine[pytorch]",
22-
"transformers",
22+
"transformers<4.56", # TODO: fix me, currently failing with a modelopt import from nemo.
2323
]
2424

2525

0 commit comments

Comments
 (0)