Skip to content

Commit 6a2dbb6

Browse files
Bump torch (#38896)
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.13.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20ac8c4 commit 6a2dbb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline

sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
REQUIREMENTS = [
3030
"apache-beam[gcp]==2.40.0",
3131
"transformers==4.38.0",
32-
"torch==1.13.1",
32+
"torch==2.12.0",
3333
"scikit-learn==1.0.2",
3434
]
3535

0 commit comments

Comments
 (0)