From 3a9f71d17ae258eaf7ac6732f41a5ef289173c05 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 7 Mar 2025 10:39:38 +0530 Subject: [PATCH] Fix compatibility with python 3.9 and directml --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 1f208942..de8534be 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,7 +35,7 @@ modules_to_check = { # "xformers": "0.0.16", "huggingface-hub": "0.21.4", "wandb": "0.17.2", - "torchruntime": "1.14.2", + "torchruntime": "1.15.0", "torchsde": "0.2.6", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]