We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc56630 commit 8aad87eCopy full SHA for 8aad87e
.github/ISSUE_TEMPLATE/1_bug_report.yaml
@@ -36,6 +36,7 @@ body:
36
- "v1.9"
37
- "v2.0"
38
- "v2.1"
39
+ - "v2.2"
40
- "master"
41
validations:
42
required: true
docs/source-pytorch/conf.py
@@ -622,4 +622,5 @@ def package_list_from_file(file):
622
r"^../common/trainer.html#trainer-flags$",
623
"https://deepgenerativemodels.github.io/assets/slides/cs236_lecture11.pdf",
624
"https://www.intel.com/content/www/us/en/products/docs/processors/what-is-a-gpu.html",
625
+ "https://www.microsoft.com/en-us/research/blog/zero-infinity-and-deepspeed-unlocking-unprecedented-model-scale-for-deep-learning-training/", # noqa: E501
626
]
0 commit comments