未验证 提交 a32e9b33 编写于 作者: J Jeff Rasley 提交者: GitHub

force amd install via sudo (#1815)

上级 350d74ca
......@@ -127,11 +127,9 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install deepspeed
run: |
pip uninstall -y deepspeed
sudo /opt/conda/bin/pip uninstall -y deepspeed
sudo /opt/conda/bin/pip install .[dev,1bit,autotuning]
python -c "from deepspeed.env_report import cli_main; cli_main()"
#ds_report
#python -c "from deepspeed.env_report import cli_main; cli_main()"
ds_report
# Runs a set of commands using the runners shell
- name: Unit tests
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册