From 3c9ffcf7ca5aa590dad8c62dddc7f4b639fb6908 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 13 Nov 2024 21:49:17 +0530 Subject: [PATCH] Update check_modules.py --- 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 aa106169..50887ea5 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,7 +35,7 @@ modules_to_check = { "python-multipart": "0.0.6", # "xformers": "0.0.16", "onnxruntime": "1.19.2", - "huggingface-hub": "0.23.2", + "huggingface-hub": "0.21.4", } modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]