mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-28 07:29:54 +00:00
Update hf version (#918)
* update hf version * adding transformers version --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
parent
138eb78dbc
commit
2273937e68
4
setup.py
4
setup.py
@ -63,7 +63,7 @@ setuptools.setup(
|
||||
"statsmodels>=0.12.2",
|
||||
"psutil==5.8.0",
|
||||
"dataclasses",
|
||||
"transformers[torch]==4.18",
|
||||
"transformers[torch]",
|
||||
"datasets",
|
||||
"nltk",
|
||||
"rouge_score",
|
||||
@ -93,7 +93,7 @@ setuptools.setup(
|
||||
"vowpalwabbit>=8.10.0, <9.0.0",
|
||||
],
|
||||
"nlp": [
|
||||
"transformers[torch]==4.18",
|
||||
"transformers[torch]==4.26",
|
||||
"datasets",
|
||||
"nltk",
|
||||
"rouge_score",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user