Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
16c7b16a
Unverified
Commit
16c7b16a
authored
Jun 21, 2023
by
Yih-Dar
Committed by
GitHub
Jun 21, 2023
Browse files
byebye Hub connection timeout - Recast (#24399)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
5f0801d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-1
No files found.
.circleci/create_circleci_config.py
View file @
16c7b16a
...
@@ -109,7 +109,7 @@ class CircleCIJob:
...
@@ -109,7 +109,7 @@ class CircleCIJob:
]
]
steps
.
extend
([{
"run"
:
l
}
for
l
in
self
.
install_steps
])
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`
# 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
(
steps
.
append
(
{
{
"save_cache"
:
{
"save_cache"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment