Skip to content

Commit ffcc716

Browse files
Enhance README with LitLogger and example details
Updated README to include LitLogger and example simulator.
1 parent d56f630 commit ffcc716

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ curl -X POST http://127.0.0.1:8000/predict -H "Content-Type: application/json" -
207207
208208
PyTorch Lightning now comes with LitLogger natively built in. It's also built by the PyTorch Lightning team for guaranteed fast performance at multi-node GPU scale.
209209

210+
<div align='center'>
211+
212+
<img alt="LitServe" src="https://github.com/user-attachments/assets/43071433-c319-4fc1-ac5a-03a5c5598a88" width="800px" style="max-width: 100%;">
213+
214+
&nbsp;
215+
</div>
216+
210217
```python
211218
from lightning import Trainer
212219
from lightning.pytorch.demos.boring_classes import BoringDataModule, BoringModel
@@ -233,7 +240,7 @@ trainer.fit(LoggingBoringModel(), BoringDataModule())
233240
</details>
234241

235242
<details>
236-
<summary>Example: Long-running experiment simulator</summary>
243+
<summary>Long-running experiment simulator</summary>
237244
This is a fun example that simulates a long model training run.
238245

239246
<div align='center'>

0 commit comments

Comments
 (0)