Skip to content

Commit

Permalink
Install sentencepiece in DeepSpeed CI image (#20795)
Browse files Browse the repository at this point in the history
* Install sentencepiece in DS CI image

* update

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored Dec 16, 2022
1 parent 26dd041 commit 7032e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def run(self):
+ extras["modelcreation"]
)

extras["deepspeed-testing"] = extras["deepspeed"] + extras["testing"] + extras["optuna"]
extras["deepspeed-testing"] = extras["deepspeed"] + extras["testing"] + extras["optuna"] + extras["sentencepiece"]

extras["quality"] = deps_list("black", "datasets", "isort", "flake8", "GitPython", "hf-doc-builder")

Expand Down

0 comments on commit 7032e02

Please sign in to comment.