From 40bcbad7971d8756fe2618dc3717f7d1042dcbf0 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 13 Feb 2025 15:21:52 +0530 Subject: [PATCH] Recognize Phoenix3 and Phoenix4 AMD APUs --- 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 39e497c0..33fccfa0 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.5", + "torchruntime": "1.13.0", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]