From 47f808df4c03c060c28a9741235349db5f0d303a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mor=C3=A1vek?= Date: Sat, 27 Apr 2024 01:39:42 +0200 Subject: [PATCH] Update huggingface-hub to version that exists Latest version as of today is 0.22.2 [huggingface-hub](https://github.com/huggingface/huggingface_hub/releases). Likely cause of this issue is manual edit in the environments.yml. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index ad1a969..aa3c8d3 100644 --- a/environment.yml +++ b/environment.yml @@ -308,7 +308,7 @@ dependencies: - h11==0.14.0 - httpcore==1.0.4 - httpx==0.27.0 - - huggingface-hub==0.22.4 + - huggingface-hub==0.22.2 - hydra-colorlog==1.2.0 - hydra-core==1.3.2 - ipython==8.12.3