From e9667fefa9cb1f8aaf02f3f6fbc5dbd65c9e01e7 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 10 Feb 2025 18:14:43 +0530 Subject: [PATCH] Temporary fix for #1899 --- 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 96b13cb1..39e497c0 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,7 +35,7 @@ modules_to_check = { "onnxruntime": "1.19.2", "huggingface-hub": "0.21.4", "wandb": "0.13.7", - "torchruntime": "1.9.4", + "torchruntime": "1.9.5", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]