From 43304348355b61a5748cfb06ac06f2d52d4f416b Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 6 Mar 2025 12:48:18 +0530 Subject: [PATCH] Fix Granite Ridge APU device type --- 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 e70ca770..36cc6df9 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,7 +35,7 @@ modules_to_check = { # "xformers": "0.0.16", "huggingface-hub": "0.21.4", "wandb": "0.17.2", - "torchruntime": "1.14.1", + "torchruntime": "1.14.2", "torchsde": "0.2.6", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]