From 3e710541502332cf5e0d7c4b8bec0f97790cdf2a 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 9417f3c7..f5d48158 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"]