From ac0c0efb99e7c3dfca9d47ed6d862fb3d97be7ec Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Tue, 15 Oct 2024 10:13:35 +0530 Subject: [PATCH] fix import of EntryNotFoundError. --- benchmarks/push_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(".")