torchruntime 1.9.2 - fixes a bug on cpu platforms

This commit is contained in:
cmdr2 2025-02-08 16:14:48 +05:30
parent 5e5e39c285
commit 2a24a49f6b

View File

@ -73,7 +73,7 @@ modules_to_check = {
# "xformers": "0.0.16",
"huggingface-hub": "0.21.4",
"wandb": "0.13.7",
"torchruntime": "1.8.0",
"torchruntime": "1.9.2",
}
modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]