You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ Or to install master:
36
36
Here are the supported PyTorch Lightning versions:
37
37
38
38
| Ray Lightning | PyTorch Lightning |
39
-
|---|---|
40
-
| 0.1 | 1.4 |
41
-
| 0.2 | 1.5 |
42
-
| 0.3 | 1.6 |
43
-
| master | 1.6 |
39
+
|---------------|-------------------|
40
+
| 0.1 | 1.4|
41
+
| 0.2 | 1.5|
42
+
| 0.3 | 1.6|
43
+
| master | 1.6|
44
44
45
45
46
46
## PyTorch Distributed Data Parallel Strategy on Ray
@@ -194,7 +194,7 @@ As discussed [here](https://github.com/pytorch/pytorch/issues/51688#issuecomment
194
194
Neither of these should be an issue with the `RayStrategy` due to Ray's serialization mechanisms. The only thing to keep in mind is that when using this strategy, your model does have to be serializable/pickleable.
195
195
196
196
> Horovod installation issue
197
-
please see [details](./docs/horovod_faq.md)
197
+
please see [details](https://github.com/ray-project/ray_lightning/blob/main/docs/horovod_faq.md)
0 commit comments