Skip to content

Commit 0b837c1

Browse files
committed
Restrict transformers version until MPS issue is addressed (NVIDIA#1039)
2 parents 7499da1 + 3120787 commit 0b837c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
requires-python = ">=3.10"
4646
dependencies = [
4747
"base2048>=0.1.3",
48-
"transformers>=4.43.0",
48+
"transformers>=4.43.0,<4.47.0",
4949
"datasets>=2.14.6,<2.17",
5050
"colorama>=0.4.3",
5151
"tqdm>=4.64.0",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base2048>=0.1.3
2-
transformers>=4.43.0
2+
transformers>=4.43.0,<4.47.0
33
datasets>=2.14.6,<2.17
44
colorama>=0.4.3
55
tqdm>=4.64.0
@@ -47,4 +47,4 @@ pytest_httpserver>=1.1.0
4747
black==24.4.2
4848
pylint>=3.1.0
4949
# calibration
50-
scipy>=1.14.0
50+
scipy>=1.14.0

0 commit comments

Comments
 (0)