Skip to content

Commit 5010760

Browse files
chore(deps): bump torch in /examples/dataset/video_embedding_extraction (#763)
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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 f0e9b89 commit 5010760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dataset/video_embedding_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.8,<3.12"
1111
license = {text = "MIT"}
1212
dependencies = [
13-
"torch==1.13.1",
13+
"torch==2.6.0",
1414
"transformers>=4.30.0",
1515
"opencv-python>=4.8.0",
1616
"numpy>=1.24.0",

0 commit comments

Comments
 (0)