From 302426f5d456880ba3ea0d9e82290ea35507c63b Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 10 Feb 2025 10:04:55 +0530 Subject: [PATCH] Another fix for mps backend --- 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 18726f5c..d1e91e8a 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -73,7 +73,7 @@ modules_to_check = { # "xformers": "0.0.16", "huggingface-hub": "0.21.4", "wandb": "0.13.7", - "torchruntime": "1.9.3", + "torchruntime": "1.9.4", } modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]