From 2f5dc720497b3cea0b7a6d02c49307eabe3bd466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:35:06 +0000 Subject: [PATCH] Bump torch in /serverless-fleets/tutorials/inferencing/src Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.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/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serverless-fleets/tutorials/inferencing/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless-fleets/tutorials/inferencing/src/requirements.txt b/serverless-fleets/tutorials/inferencing/src/requirements.txt index f2fcd284d..a64ed9766 100644 --- a/serverless-fleets/tutorials/inferencing/src/requirements.txt +++ b/serverless-fleets/tutorials/inferencing/src/requirements.txt @@ -19,7 +19,7 @@ requests==2.32.4 safetensors==0.5.3 sympy==1.14.0 tokenizers==0.21.1 -torch==2.8.0 +torch==2.12.0 tqdm==4.67.1 transformers @ git+https://www.github.com/huggingface/transformers@a5c6172c81d69a6fa2c3b1340d72fc669b941dcd typing_extensions==4.13.2