From 01ed327c1d61fb3002d7e70fc7f2651e25933719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:05:35 +0000 Subject: [PATCH] chore(deps): bump torch from 2.7.1 to 2.8.0 in /examples/streaming-text Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 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/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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..a3f334a74e 100644 --- a/examples/streaming-text/requirements.txt +++ b/examples/streaming-text/requirements.txt @@ -1,3 +1,3 @@ -torch==2.7.1 +torch==2.8.0 transformers==4.51.3 accelerate==1.6.0