From 5cddfe78b263cf026063fe6101188c7fc7855671 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 18 Feb 2025 11:12:46 +0530 Subject: [PATCH] Potential fix for #1902 --- scripts/check_modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 33fccfa0..7b6945e8 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -36,6 +36,7 @@ modules_to_check = { "huggingface-hub": "0.21.4", "wandb": "0.13.7", "torchruntime": "1.13.0", + "torchsde": "0.2.6", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]