From 16c7b16a0a42142aa8041d603de7f1de0ccf2913 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:36:34 +0200 Subject: [PATCH] byebye Hub connection timeout - Recast (#24399) fix Co-authored-by: ydshieh --- .circleci/create_circleci_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/create_circleci_config.py b/.circleci/create_circleci_config.py index 389e9f14b0..0b7923ef67 100644 --- a/.circleci/create_circleci_config.py +++ b/.circleci/create_circleci_config.py @@ -109,7 +109,7 @@ class CircleCIJob: ] steps.extend([{"run": l} for l in self.install_steps]) # TODO (ydshieh): Remove this line after the next release (the one after 2023/06/19) of `huggingface_hub` - steps.append({"run": {"name": "Split tests", "command": "pip uninstall -y huggingface_hub && pip install git+https://github.com/huggingface/huggingface_hub.git@92028da882e47d61703e8c9144028e1ecadab415"}}) + steps.append({"run": {"name": "Split tests", "command": "pip uninstall -y huggingface_hub && pip install git+https://github.com/huggingface/huggingface_hub.git@c36817701ecd4694b290178846176da2e195d838"}}) steps.append( { "save_cache": {