From 3380b58c18077cbeb21d4241714d8c1ccd4da91f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 8 Feb 2025 16:14:48 +0530 Subject: [PATCH] torchruntime 1.9.2 - fixes a bug on cpu platforms --- 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 7b93e9c1..ea9472ec 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -74,7 +74,7 @@ modules_to_check = { "onnxruntime": "1.19.2", "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"]