Fix compatibility with python 3.9 and directml

This commit is contained in:
cmdr2 2025-03-07 10:39:38 +05:30
parent b09be681e6
commit 3a9f71d17a

View File

@ -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"]