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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Fixes #\<issue_number>
18
18
<summary><b>Before submitting</b></summary>
19
19
20
20
- Was this **discussed/agreed** via a GitHub issue? (not for typos and docs)
21
-
-[ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md), **Pull Request** section?
21
+
-[ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/pytorch-lightning/blob/master/.github/CONTRIBUTING.md), **Pull Request** section?
22
22
-[ ] Did you make sure your **PR does only one thing**, instead of bundling different changes together?
23
23
- Did you make sure to **update the documentation** with your changes? (if necessary)
24
24
- Did you write any **new necessary tests**? (not for typos and docs)
Copy file name to clipboardExpand all lines: docs/source-fabric/advanced/compile.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ needed to achieve the equivalent of `compile(distributed(quantized(model)))`:
221
221
222
222
model = fabric.setup(model)
223
223
224
-
For a full example, see our `FP8 Distributed Transformer example <https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/fp8_distributed_transformer>`_.
224
+
For a full example, see our `FP8 Distributed Transformer example <https://github.com/Lightning-AI/pytorch-lightning/blob/master/examples/fabric/fp8_distributed_transformer>`_.
0 commit comments