diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eea8dd3f19a..ca9b8301c56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,5 +49,10 @@ contributing to. Start with _Step 3_ from above, commenting on the issue to let others know you are working on it. If you have any questions related to the implementation of the issue, ask them in the issue instead of the PR. +### Building and Testing on a gpuCI image locally + +Before submitting a pull request, you can do a local build and test on your machine that mimics our gpuCI environment using the `ci/local/build.sh` script. +For detailed information on usage of this script, see [here](ci/local/README.md). + ## Attribution Portions adopted from https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md