Skip to content

Commit 9240f77

Browse files
Revise Hello world example description
Simplified the description of LitLogger usage in the README.
1 parent c14ead1 commit 9240f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ pip install litlogger
3636
```
3737

3838
### Hello world example
39-
LitLogger works with any Python code, not just model training. Use it with PyTorch, vLLM, LangChain, custom scripts, batch jobs, or live services to track metrics and results consistently. Use the simple functional API for scripts and services, or the object-based logger for framework integrations.
40-
39+
LitLogger works with any Python code (PyTorch, vLLM, LangChain, any script) and supports both scripts and framework integrations.
4140
```python
4241
import litlogger
4342

0 commit comments

Comments
 (0)