Skip to content

Commit 41bb4b0

Browse files
author
Ronald Tse
committed
ci: pin torch/transformers in export-fixture; onnx in runtime dev deps
transformers 5.15 breaks T5 tracing ('multiple values for use_cache') — the same regression seen on Modal; CI was installing unpinned latest. The runtime tests build their tiny-graph zips with the onnx package.
1 parent e17aa41 commit 41bb4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
]
2020

2121
[project.optional-dependencies]
22-
dev = ["pytest>=8.0"]
22+
dev = ["pytest>=8.0", "onnx>=1.16"]
2323

2424
[tool.setuptools.packages.find]
2525
where = ["src"]

0 commit comments

Comments
 (0)