Skip to content

Commit 46e183e

Browse files
Update hf version (microsoft#918)
* update hf version * adding transformers version --------- Co-authored-by: Chi Wang <[email protected]>
1 parent 8c6d608 commit 46e183e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"statsmodels>=0.12.2",
6464
"psutil==5.8.0",
6565
"dataclasses",
66-
"transformers[torch]==4.18",
66+
"transformers[torch]",
6767
"datasets",
6868
"nltk",
6969
"rouge_score",
@@ -93,7 +93,7 @@
9393
"vowpalwabbit>=8.10.0, <9.0.0",
9494
],
9595
"nlp": [
96-
"transformers[torch]==4.18",
96+
"transformers[torch]==4.26",
9797
"datasets",
9898
"nltk",
9999
"rouge_score",

0 commit comments

Comments
 (0)