Skip to content

Commit 985ca16

Browse files
nv-tusharmaKrishnanPrashdmitry-tokarev-nv
authored
ci: Pin transformers version to 4.57.1 (#4561) (#4570)
Signed-off-by: Krishnan Prashanth <[email protected]> Signed-off-by: Tushar Sharma <[email protected]> Co-authored-by: KrishnanPrash <[email protected]> Co-authored-by: Dmitry Tokarev <[email protected]>
1 parent 45d101d commit 985ca16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"pydantic>=2",
4747
"tabulate",
4848
"types-tabulate",
49-
"transformers",
49+
"transformers<=4.57.1",
5050
"pytest-mypy",
5151
]
5252

container/deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scipy<1.14.0 # Pin scipy version for pmdarima compatibility
3535
sentencepiece
3636
tensorboard==2.19.0
3737
tensorboardX==2.6.2.2
38-
transformers
38+
transformers<=4.57.1
3939
types-aiofiles
4040
types-PyYAML
4141
uvicorn

0 commit comments

Comments
 (0)