From cfafeb0b875f1588405c9a38f74781def2acc8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:02:22 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.1+cpu to 2.8.0 in /examples/instructor Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cpu to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/instructor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/instructor/pyproject.toml b/examples/instructor/pyproject.toml index 7382d51..2c8fcd5 100644 --- a/examples/instructor/pyproject.toml +++ b/examples/instructor/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "optimum[exporters]==1.10.0", "scikit-learn==1.3.0", "sentence-transformers==2.2.2", - "torch==2.0.1+cpu", + "torch==2.8.0", "transformers==4.31.0", ]