File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,11 @@ conda install pytorch-lightning -c conda-forge
62
62
## Docs
63
63
- [ master] ( https://pytorch-lightning.readthedocs.io/en/latest )
64
64
- [ stable] ( https://pytorch-lightning.readthedocs.io/en/stable )
65
+ - [ 0.8.5] ( https://pytorch-lightning.readthedocs.io/en/0.8.5/ )
65
66
- [ 0.8.4] ( https://pytorch-lightning.readthedocs.io/en/0.8.4/ )
66
67
- [ 0.8.3] ( https://pytorch-lightning.readthedocs.io/en/0.8.3/ )
67
68
- [ 0.8.1] ( https://pytorch-lightning.readthedocs.io/en/0.8.1/ )
68
69
- [ 0.7.6] ( https://pytorch-lightning.readthedocs.io/en/0.7.6/ )
69
- - [ 0.7.5] ( https://pytorch-lightning.readthedocs.io/en/0.7.5/ )
70
- - [ 0.7.3] ( https://pytorch-lightning.readthedocs.io/en/0.7.3/ )
71
- - [ 0.7.1] ( https://pytorch-lightning.readthedocs.io/en/0.7.1/ )
72
- - [ 0.6.0] ( https://pytorch-lightning.readthedocs.io/en/0.6.0/ )
73
- - [ 0.5.3] ( https://pytorch-lightning.readthedocs.io/en/0.5.3.2/ )
74
70
75
71
## Refactoring your PyTorch code + benefits + full walk-through
76
72
[ ![ Watch the video] ( docs/source/_images/general/tutorial_cover.jpg )] ( https://www.youtube.com/watch?v=QHww1JH7IDU )
Original file line number Diff line number Diff line change 1
1
"""Root package info."""
2
2
3
- __version__ = '0.8.5rc1 '
3
+ __version__ = '0.8.5 '
4
4
__author__ = 'William Falcon et al.'
5
5
__author_email__ = '[email protected] '
6
6
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments