From 46be8ea5020edf5623ca6a2e8424578242e9d9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:10:49 +0000 Subject: [PATCH] chore(deps): bump torch from 2.7.1 to 2.12.1 in /examples/streaming-text Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.12.1. - [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.7.1...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/streaming-text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming-text/requirements.txt b/examples/streaming-text/requirements.txt index 916933a3de..b50782124f 100644 --- a/examples/streaming-text/requirements.txt +++ b/examples/streaming-text/requirements.txt @@ -1,3 +1,3 @@ -torch==2.7.1 +torch==2.12.1 transformers==4.51.3 accelerate==1.6.0