diff --git a/benchmarks/push_results.py b/benchmarks/push_results.py index 962e07c6d74c..71cd60f32c0f 100644 --- a/benchmarks/push_results.py +++ b/benchmarks/push_results.py @@ -3,7 +3,7 @@ import pandas as pd 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(".")