Unverified Commit 7032e020 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Install `sentencepiece` in `DeepSpeed` CI image (#20795)



* Install sentencepiece in DS CI image

* update
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 26dd041c
...@@ -317,7 +317,7 @@ extras["testing"] = ( ...@@ -317,7 +317,7 @@ extras["testing"] = (
+ extras["modelcreation"] + 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") extras["quality"] = deps_list("black", "datasets", "isort", "flake8", "GitPython", "hf-doc-builder")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment