Pin huggingface-hub to 0.23.2 to fix broken deployments

This commit is contained in:
cmdr2 2024-11-13 21:36:35 +05:30
parent 5fe3acd44b
commit 0c8410c371

View File

@ -34,6 +34,7 @@ modules_to_check = {
"sqlalchemy": "2.0.19",
"python-multipart": "0.0.6",
# "xformers": "0.0.16",
"huggingface-hub": "0.23.2",
}
modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]