|
10 | 10 | <a href="https://www.pytorchlightning.ai/">Website</a> • |
11 | 11 | <a href="#install">Installation</a> • |
12 | 12 | <a href="#main-Goals-of-Bolts">Main goals</a> • |
13 | | - <a href="https://pytorch-lightning-bolts.readthedocs.io/en/latest/">latest Docs</a> • |
14 | | - <a href="https://pytorch-lightning-bolts.readthedocs.io/en/stable/">stable Docs</a> • |
| 13 | + <a href="https://lightning-bolts.readthedocs.io/en/latest/">latest Docs</a> • |
| 14 | + <a href="https://lightning-bolts.readthedocs.io/en/stable/">stable Docs</a> • |
15 | 15 | <a href="#team">Community</a> • |
16 | 16 | <a href="https://www.grid.ai/">Grid AI</a> • |
17 | 17 | <a href="#licence">Licence</a> |
18 | 18 | </p> |
19 | 19 |
|
20 | | -[](https://badge.fury.io/py/pytorch-lightning-bolts) |
21 | | -[](https://pepy.tech/project/pytorch-lightning-bolts) |
22 | | -[](https://codecov.io/gh/PyTorchLightning/pytorch-lightning-bolts) |
23 | | -[](https://www.codefactor.io/repository/github/pytorchlightning/pytorch-lightning-bolts) |
| 20 | +[](https://badge.fury.io/py/lightning-bolts) |
| 21 | +[](https://pepy.tech/project/lightning-bolts) |
| 22 | +[](https://codecov.io/gh/PyTorchLightning/lightning-bolts) |
| 23 | +[](https://www.codefactor.io/repository/github/pytorchlightning/lightning-bolts) |
24 | 24 |
|
25 | | -[](https://pytorch-lightning-bolts.readthedocs.io/en/latest/) |
| 25 | +[](https://lightning-bolts.readthedocs.io/en/latest/) |
26 | 26 | [](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-f6bl2l0l-JYMK3tbAgAmGRrlNr00f1A) |
27 | 27 | [](https://forums.pytorchlightning.ai/) |
28 | | -[](https://github.com/PytorchLightning/pytorch-lightning/blob/master/LICENSE) |
| 28 | +[](https://github.com/PytorchLightning/lightning-bolts/blob/master/LICENSE) |
29 | 29 |
|
30 | 30 | <!-- |
31 | 31 | [](https://shields.io/) |
|
39 | 39 |
|
40 | 40 | <center> |
41 | 41 |
|
42 | | -| System / PyTorch ver. | 1.6 (min. req.) | 1.7 (latest) | |
| 42 | +| System / PyTorch ver. | 1.6 (min. req.) | 1.8 (latest) | |
43 | 43 | | :---: | :---: | :---: | |
44 | | -| Linux py3.{6,8} |  |  | |
45 | | -| OSX py3.{6,8} |  |  | |
46 | | -| Windows py3.7* |  |  | |
| 44 | +| Linux py3.{6,8} |  |  | |
| 45 | +| OSX py3.{6,8} |  |  | |
| 46 | +| Windows py3.7* |  |  | |
47 | 47 |
|
48 | 48 | </center> |
49 | 49 |
|
|
53 | 53 |
|
54 | 54 | Simple installation from PyPI |
55 | 55 | ```bash |
56 | | -pip install pytorch-lightning-bolts |
| 56 | +pip install lightning-bolts |
57 | 57 | ``` |
58 | 58 |
|
59 | 59 | Install bleeding-edge (no guarantees) |
60 | 60 | ```bash |
61 | | -pip install git+https://github.com/PytorchLightning/pytorch-lightning-bolts.git@master --upgrade |
| 61 | +pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade |
62 | 62 | ``` |
63 | 63 |
|
64 | 64 | In case you want to have full experience you can install all optional packages at once |
65 | 65 | ```bash |
66 | | -pip install pytorch-lightning-bolts["extra"] |
| 66 | +pip install lightning-bolts["extra"] |
67 | 67 | ``` |
68 | 68 |
|
69 | 69 | ## What is Bolts |
|
0 commit comments