Skip to content

Commit 17eb9d2

Browse files
Update README with enhanced LitLogger description
Clarified usage of LitLogger with additional details on API options.
1 parent 8acd005 commit 17eb9d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ pip install litlogger
3535
```
3636

3737
### Hello world example
38-
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.
39-
40-
LitLogger provides a simple functional API for scripts and services, as well as an object-based logger for framework integrations.
38+
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.
4139

4240
```python
4341
import litlogger

0 commit comments

Comments
 (0)