fix huggingface_hub version bug
Browse filesSigned-off-by: n1ck-guo <heng.guo@intel.com>
- src/tools/collections.py +1 -1
src/tools/collections.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
|
| 3 |
import pandas as pd
|
| 4 |
from huggingface_hub import add_collection_item, delete_collection_item, get_collection, update_collection_item
|
| 5 |
-
from huggingface_hub.utils
|
| 6 |
from pandas import DataFrame
|
| 7 |
|
| 8 |
from src.display.utils import AutoEvalColumn, ModelType
|
|
|
|
| 2 |
|
| 3 |
import pandas as pd
|
| 4 |
from huggingface_hub import add_collection_item, delete_collection_item, get_collection, update_collection_item
|
| 5 |
+
from huggingface_hub.utils import HfHubHTTPError
|
| 6 |
from pandas import DataFrame
|
| 7 |
|
| 8 |
from src.display.utils import AutoEvalColumn, ModelType
|