Skip to content

Commit 5b9e6aa

Browse files
committed
update readme by v1.2.x
1 parent 646cf2f commit 5b9e6aa

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

README.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,6 @@ Lightning is rigurously tested across multiple GPUs, TPUs CPUs and against major
9090
</center>
9191
</details>
9292

93-
<details>
94-
<summary>Bleeding edge build status (1.2)</summary>
95-
96-
<center>
97-
98-
![CI base testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.2-dev&event=push)
99-
![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.2-dev&event=push)
100-
![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.2-dev&event=push)
101-
![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.2-dev&event=push)
102-
![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.2-dev&event=push)
103-
</center>
104-
</details>
105-
10693
---
10794

10895
## How To Use
@@ -131,22 +118,22 @@ pip install pytorch-lightning
131118
conda install pytorch-lightning -c conda-forge
132119
```
133120

134-
#### Install stable - future 1.1.x
121+
#### Install stable 1.2.x
135122

136-
the actual status of 1.1 [stable] is following:
123+
the actual status of 1.2 [stable] is following:
137124

138-
![CI base testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.1.x&event=push)
139-
![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.1.x&event=push)
140-
![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.1.x&event=push)
141-
![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.1.x&event=push)
142-
![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.1.x&event=push)
125+
![CI base testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.2.x&event=push)
126+
![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.2.x&event=push)
127+
![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.2.x&event=push)
128+
![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.2.x&event=push)
129+
![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.2.x&event=push)
143130

144131
Install future release from the source
145132
```bash
146-
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.1.x --upgrade
133+
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.2.x --upgrade
147134
```
148135

149-
#### Install bleeding-edge - future 1.2
136+
#### Install bleeding-edge - future 1.3
150137

151138
Install nightly from the source (no guarantees)
152139
```bash

0 commit comments

Comments
 (0)