From 1d559240e1a752c2556ed9f32d0383ebf91d1082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:15:52 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.1+cpu to 2.13.0 in /examples/instructor Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cpu to 2.13.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.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.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 7382d513..0c8a7f50 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.13.0", "transformers==4.31.0", ]