You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ and then repeat the previous `git commit` command.
23
23
## Testing
24
24
DeepSpeed tracks two types of tests: unit tests and more costly model convergence tests.
25
25
The model convergence tests train
26
-
[DeepSpeedExamples](https://github.com/microsoft/DeepSpeedExamples/) and measure
26
+
[DeepSpeedExamples](https://github.com/deepspeedai/DeepSpeedExamples/) and measure
27
27
end-to-end convergence and related metrics. Unit tests are found in `tests/unit/` and
28
28
the model convergence tests are found in `tests/model/`.
29
29
@@ -40,7 +40,7 @@ tests. Note that [pytest-forked](https://github.com/pytest-dev/pytest-forked) an
40
40
41
41
### Model Tests
42
42
To execute model tests, first [install DeepSpeed](#installation). The
43
-
[DeepSpeedExamples](https://github.com/microsoft/DeepSpeedExamples/) repository is cloned
43
+
[DeepSpeedExamples](https://github.com/deepspeedai/DeepSpeedExamples/) repository is cloned
44
44
as part of this process. Next, execute the model test driver:
45
45
```bash
46
46
cd tests/model/
@@ -85,8 +85,8 @@ Based on the issue we shall discuss the merit of the new feature and decide whet
85
85
### Step 2: implementation and verification
86
86
Contributor will go ahead and implement the feature, and the DeepSpeed team will provide guidance/helps as needed. The required deliverables include:
87
87
88
-
* A PR to [microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed) including (1) the feature implementation (2) unit tests (3) documentation (4) tutorial
89
-
* A PR to [microsoft/DeepSpeedExamples](https://github.com/microsoft/DeepSpeedExamples) or [microsoft/Megatron-DeepSpeed](https://github.com/microsoft/Megatron-DeepSpeed) including the examples of how to use the feature (this is related to the planned testing experiments in proposal)
88
+
* A PR to [deepspeedai/DeepSpeed](https://github.com/deepspeedai/DeepSpeed) including (1) the feature implementation (2) unit tests (3) documentation (4) tutorial
89
+
* A PR to [deepspeedai/DeepSpeedExamples](https://github.com/deepspeedai/DeepSpeedExamples) or [deepspeedai/Megatron-DeepSpeed](https://github.com/deepspeedai/Megatron-DeepSpeed) including the examples of how to use the feature (this is related to the planned testing experiments in proposal)
90
90
* In the implementation (code, documentation, tutorial), we require the feature author to record their GitHub username as a contact method for future questions/maintenance.
91
91
92
92
After receiving the PRs, we will review them and merge them after necessary tests/fixes.
0 commit comments