"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "63864e057fd4ecbf54c77599702873f7be871e65"
Unverified Commit 691b60db authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

byebye Hub connection timeout (#24350)



byebye timeout
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 17e3e7d6
......@@ -108,6 +108,8 @@ 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(
{
"save_cache": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment