Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit f735548

Browse files
authored
Update README.md (#33)
1 parent ae3dd4c commit f735548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `RayPlugin` provides Distributed Data Parallel training on a Ray cluster. Py
1818
Here is a simplified example:
1919

2020
```python
21-
import pytorch_lightning as ptl
21+
import pytorch_lightning as pl
2222
from ray_lightning import RayPlugin
2323

2424
# Create your PyTorch Lightning model here.

0 commit comments

Comments
 (0)