Skip to content

Commit b9e9743

Browse files
Bordalexierule
authored andcommitted
update readme by v1.2.x (#6728)
1 parent e7abd8e commit b9e9743

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
@@ -91,19 +91,6 @@ Lightning is rigurously tested across multiple GPUs, TPUs CPUs and against major
9191
</center>
9292
</details>
9393

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

10996
## How To Use
@@ -132,22 +119,22 @@ pip install pytorch-lightning
132119
conda install pytorch-lightning -c conda-forge
133120
```
134121

135-
#### Install stable - future 1.1.x
122+
#### Install stable 1.2.x
136123

137-
the actual status of 1.1 [stable] is following:
124+
the actual status of 1.2 [stable] is following:
138125

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

145132
Install future release from the source
146133
```bash
147-
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.1.x --upgrade
134+
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.2.x --upgrade
148135
```
149136

150-
#### Install bleeding-edge - future 1.2
137+
#### Install bleeding-edge - future 1.3
151138

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

0 commit comments

Comments
 (0)