From b90c985d6d29cc1cbdbcd4f4b26caad7e636882c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:54:00 +0000 Subject: [PATCH] Bump onnxruntime from 1.18.0 to 1.18.1 in /app Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 90ee8f9..ed87e94 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ transformers==4.42.3 xformers==0.0.26.post1 invisible_watermark # To help viewers identify the images as machine-generated. -onnxruntime==1.18.0 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. +onnxruntime==1.18.1 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. safetensors==0.4.3 # To store tensors safely. controlnet_aux