File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
docs/source-pytorch/starter Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : " Deploy Docs"
2
2
on :
3
3
push :
4
- branches : ["release/app "]
4
+ branches : ["release/stable "]
5
5
6
6
jobs :
7
7
# https://github.com/marketplace/actions/deploy-to-github-pages
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ The actual status of 1.7 \[stable\] is the following:
149
149
Install future release from the source
150
150
151
151
``` bash
152
- pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/pytorch .zip -U
152
+ pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/stable .zip -U
153
153
```
154
154
155
155
#### Install bleeding-edge - future 1.6
Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ Install future patch releases from the source. Note that the patch release conta
58
58
59
59
.. code-block :: bash
60
60
61
- pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/pytorch .zip -U
61
+ pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/stable .zip -U
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ The actual status of stable is the following:
140
140
Install future release from the source
141
141
142
142
``` bash
143
- pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/pytorch .zip -U
143
+ pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/stable .zip -U
144
144
```
145
145
146
146
#### Install bleeding-edge - future 1.7
You can’t perform that action at this time.
0 commit comments