File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 117
117
"fugashi>=1.0" ,
118
118
"GitPython<3.1.19" ,
119
119
"hf-doc-builder>=0.3.0" ,
120
+ "hf_xet" ,
120
121
"huggingface-hub>=0.30.0,<1.0" ,
121
122
"importlib_metadata" ,
122
123
"ipadic>=1.0.0,<2.0" ,
@@ -283,6 +284,7 @@ def run(self):
283
284
284
285
extras ["torch" ] = deps_list ("torch" , "accelerate" )
285
286
extras ["accelerate" ] = deps_list ("accelerate" )
287
+ extras ["hf_xet" ] = deps_list ("hf_xet" )
286
288
287
289
if os .name == "nt" : # windows
288
290
extras ["retrieval" ] = deps_list ("datasets" ) # faiss is not supported on windows
Original file line number Diff line number Diff line change 24
24
"fugashi" : "fugashi>=1.0" ,
25
25
"GitPython" : "GitPython<3.1.19" ,
26
26
"hf-doc-builder" : "hf-doc-builder>=0.3.0" ,
27
+ "hf_xet" : "hf_xet" ,
27
28
"huggingface-hub" : "huggingface-hub>=0.30.0,<1.0" ,
28
29
"importlib_metadata" : "importlib_metadata" ,
29
30
"ipadic" : "ipadic>=1.0.0,<2.0" ,
You can’t perform that action at this time.
0 commit comments