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
renzhc
diffusers_dcu
Commits
99d87474
Unverified
Commit
99d87474
authored
Oct 15, 2024
by
Sayak Paul
Committed by
GitHub
Oct 15, 2024
Browse files
[Chore] fix import of EntryNotFoundError. (#9676)
fix import of EntryNotFoundError.
parent
79b118e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmarks/push_results.py
benchmarks/push_results.py
+1
-1
No files found.
benchmarks/push_results.py
View file @
99d87474
...
@@ -3,7 +3,7 @@ import sys
...
@@ -3,7 +3,7 @@ import sys
import
pandas
as
pd
import
pandas
as
pd
from
huggingface_hub
import
hf_hub_download
,
upload_file
from
huggingface_hub
import
hf_hub_download
,
upload_file
from
huggingface_hub.utils
._errors
import
EntryNotFoundError
from
huggingface_hub.utils
import
EntryNotFoundError
sys
.
path
.
append
(
"."
)
sys
.
path
.
append
(
"."
)
...
...
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