Skip to content

Commit 773efad

Browse files
committed
Pinned Torch to <2.8.0
1 parent 66c30a5 commit 773efad

File tree

2 files changed

+1673
-1701
lines changed

2 files changed

+1673
-1701
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev = [
6060
"ruff",
6161
]
6262

63-
distill = ["torch", "transformers", "scikit-learn"]
63+
distill = ["torch<2.8.0", "transformers", "scikit-learn"]
6464
onnx = ["onnx", "torch"]
6565
# train also installs inference
6666
train = ["torch", "lightning", "scikit-learn", "skops"]

0 commit comments

Comments
 (0)