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

Commit 5ed33f6

Browse files
authored
Update README.md (#50)
1 parent 90768e2 commit 5ed33f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ You no longer have to set environment variables or configurations and run your t
8686
Example using `ray_lightning` with Tune:
8787

8888
```python
89+
from ray_lightning import RayPlugin
90+
from ray_lightning.tune import TuneReportCallback
91+
8992
def train_mnist(config):
9093

9194
# Create your PTL model.

0 commit comments

Comments
 (0)