diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 0d58d43d..aa106169 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,6 +35,7 @@ modules_to_check = { "python-multipart": "0.0.6", # "xformers": "0.0.16", "onnxruntime": "1.19.2", + "huggingface-hub": "0.23.2", } modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]