From fbb897fd672894fccb717abcbb9d40c2cdc79ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:01:24 +0000 Subject: [PATCH] Bump torch in /doc/source/templates/05_dreambooth_finetuning/dreambooth Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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.0.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../05_dreambooth_finetuning/dreambooth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/templates/05_dreambooth_finetuning/dreambooth/requirements.txt b/doc/source/templates/05_dreambooth_finetuning/dreambooth/requirements.txt index 76ddb9799407..a7cf951e5366 100644 --- a/doc/source/templates/05_dreambooth_finetuning/dreambooth/requirements.txt +++ b/doc/source/templates/05_dreambooth_finetuning/dreambooth/requirements.txt @@ -5,6 +5,6 @@ flax==0.6.11 ipywidgets huggingface_hub==0.16.2 numpy==1.24.4 -torch==2.0.1 +torch==2.8.0 torchvision==0.15.2 transformers==4.30.2