From 7f3a4383c70d326ee671e852ff3b75083de2101a Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 3 Feb 2025 16:35:48 +0530 Subject: [PATCH] sdkit 2.0.22.2 or 2.0.15.11 - install torchruntime --- scripts/check_modules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 536f677d..3acca209 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -168,10 +168,10 @@ def update_modules(): # if sdkit is 2.0.15.x (or lower), then diffusers should be restricted to 0.21.4 (see below for the reason) # otherwise use the current sdkit version (with the corresponding diffusers version) - expected_sdkit_version_str = "2.0.22.1" + expected_sdkit_version_str = "2.0.22.2" expected_diffusers_version_str = "0.28.2" - legacy_sdkit_version_str = "2.0.15.9" + legacy_sdkit_version_str = "2.0.15.11" legacy_diffusers_version_str = "0.21.4" sdkit_version_str = version("sdkit")