Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-compiling ops test #3277

Merged
merged 19 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Test building ops in other pipelines"
This reverts commit 8aca5f8.
  • Loading branch information
loadams committed Apr 17, 2023
commit 2fd4f830f1b47a197c61240c762c8b1785c51e94
2 changes: 1 addition & 1 deletion .github/workflows/nv-torch-latest-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install deepspeed
run: |
DS_BUILD_OPS=1 DS_BUILD_SPARSE_ATTN=0 pip install .[dev,autotuning]
pip install .[dev,autotuning]
ds_report

- name: Python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-torch-latest-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install deepspeed
run: |
DS_BUILD_OPS=1 DS_BUILD_SPARSE_ATTN=0 pip install .[dev,1bit,autotuning]
pip install .[dev,1bit,autotuning]
ds_report

- name: Python environment
Expand Down