Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31f46fe

Browse files
jeffraShaden SmithReza Yazdani
authoredNov 12, 2020
DeepSpeed JIT op + PyPI support (#496)
Co-authored-by: Shaden Smith <Shaden.Smith@microsoft.com> Co-authored-by: Reza Yazdani <reyazda@microsoft.com>
1 parent 0ad4fd8 commit 31f46fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1673
-681
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build/
1010
dist/
1111
*.so
1212
deepspeed.egg-info/
13+
build.txt
1314

1415
# Website
1516
docs/_site/
@@ -23,3 +24,7 @@ docs/code-docs/build
2324

2425
# Testing data
2526
tests/unit/saved_checkpoint/
27+
28+
# Dev/IDE data
29+
.vscode
30+
.theia

‎.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "third_party/apex"]
2-
path = third_party/apex
3-
url = https://github.com/NVIDIA/apex.git
41
[submodule "DeepSpeedExamples"]
52
path = DeepSpeedExamples
63
url = https://github.com/microsoft/DeepSpeedExamples

0 commit comments

Comments
 (0)
Please sign in to comment.