We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4692249 commit 3adb809Copy full SHA for 3adb809
README.md
@@ -34,6 +34,7 @@ Here are the supported PyTorch Lightning versions:
34
| Ray Lightning | PyTorch Lightning |
35
|---|---|
36
| 0.1 | 1.4 |
37
+| 0.2 | 1.5 |
38
| master | 1.5 |
39
40
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="ray_lightning",
5
packages=find_packages(where=".", include="ray_lightning*"),
6
- version="0.1.2",
+ version="0.3.0",
7
author="Ray Team",
8
description="Ray distributed plugins for Pytorch Lightning.",
9
long_description="Custom Pytorch Lightning distributed plugins "
0 commit comments