From 72c4e476192d63da457b88cd65997b0ca24306a6 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 4 Mar 2025 16:23:43 +0530 Subject: [PATCH] Support Blackwell (NVIDIA 5060/5070/5080/5090) --- 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 52bdd91c..2c9a8865 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.13.1", + "torchruntime": "1.13.2", "torchsde": "0.2.6", } modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]