Skip to content

add basic post-install test - #209

Merged
jeffra merged 3 commits into
masterfrom
jeffra/install_check
May 5, 2020
Merged

add basic post-install test#209
jeffra merged 3 commits into
masterfrom
jeffra/install_check

Conversation

@jeffra

@jeffra jeffra commented May 4, 2020

Copy link
Copy Markdown
Collaborator

No description provided.

@jeffra
jeffra requested a review from ShadenSmith May 4, 2020 23:36
Comment thread install.sh Outdated
pdcp -w $hosts dist/deepspeed*.whl $tmp_wheel_path/
pdcp -w $hosts basic_install_test.py $tmp_wheel_path/
pdsh -w $hosts "$PIP_SUDO $PIP_INSTALL $tmp_wheel_path/deepspeed*.whl"
pdsh -w $hosts "python -c 'import deepspeed; print(\"deepspeed info:\", deepspeed.__version__, deepspeed.__git_branch__, deepspeed.__git_hash__)'"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is made redundant by basic_install_test.py

Comment thread basic_install_test.py Outdated
@@ -0,0 +1,25 @@
import torch
import importlib
import deepspeed as ds

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be good to test successful installation of deepspeed here.

@jeffra
jeffra merged commit 7dc209c into master May 5, 2020
@jeffra
jeffra deleted the jeffra/install_check branch May 5, 2020 22:01
ShadenSmith pushed a commit that referenced this pull request May 16, 2020
* add basic post-install test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants