@@ -118,22 +118,22 @@ pip install pytorch-lightning
118118 conda install pytorch-lightning -c conda-forge
119119 ```
120120
121- #### Install stable 1.3 .x
121+ #### Install stable 1.4 .x
122122
123- the actual status of 1.3 [ stable] is following:
123+ the actual status of 1.4 [ stable] is following:
124124
125- ![ CI base testing] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.3 .x&event=push )
126- ![ CI complete testing] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.3 .x&event=push )
127- ![ PyTorch & Conda] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.3 .x&event=push )
128- ![ TPU tests] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.3 .x&event=push )
129- ![ Docs check] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.3 .x&event=push )
125+ ![ CI base testing] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.4 .x&event=push )
126+ ![ CI complete testing] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.4 .x&event=push )
127+ ![ PyTorch & Conda] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.4 .x&event=push )
128+ ![ TPU tests] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.4 .x&event=push )
129+ ![ Docs check] ( https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.4 .x&event=push )
130130
131131 Install future release from the source
132132 ``` bash
133- pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.3 .x --upgrade
133+ pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.4 .x --upgrade
134134 ```
135135
136- #### Install bleeding-edge - future 1.4
136+ #### Install bleeding-edge - future 1.5
137137
138138 Install nightly from the source (no guarantees)
139139 ``` bash
0 commit comments