Clean up utils.hub using the latest from hf_hub (#18857)

* Clean up utils.hub using the latest from hf_hub

* Adapt test

* Address review comment

* Fix test
This commit is contained in:
Sylvain Gugger
2022-09-02 10:30:06 -04:00
committed by GitHub
parent 17981faf67
commit 38c3cd52fb
5 changed files with 44 additions and 70 deletions

View File

@@ -116,7 +116,7 @@ _deps = [
"fugashi>=1.0",
"GitPython<3.1.19",
"hf-doc-builder>=0.3.0",
"huggingface-hub>=0.8.1,<1.0",
"huggingface-hub>=0.9.0,<1.0",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",