Skip to content

Commit 26f632c

Browse files
authored
switch LAI deployment branch (#15194)
* switch LAI deployment branch * update links
1 parent 045c2f5 commit 26f632c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Deploy Docs"
22
on:
33
push:
4-
branches: ["release/app"]
4+
branches: ["release/stable"]
55

66
jobs:
77
# https://github.com/marketplace/actions/deploy-to-github-pages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The actual status of 1.7 \[stable\] is the following:
149149
Install future release from the source
150150

151151
```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
153153
```
154154

155155
#### Install bleeding-edge - future 1.6

docs/source-pytorch/starter/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Install future patch releases from the source. Note that the patch release conta
5858

5959
.. code-block:: bash
6060
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

src/pytorch_lightning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The actual status of stable is the following:
140140
Install future release from the source
141141

142142
```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
144144
```
145145

146146
#### Install bleeding-edge - future 1.7

0 commit comments

Comments
 (0)