Skip to content

Commit bcf3c3c

Browse files
Enhance README with LitLogger API details
Added description of LitLogger's API capabilities.
1 parent b086c5c commit bcf3c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ pip install litlogger
3636
### Hello world example
3737
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.
3838

39+
LitLogger provides a simple functional API for scripts and services, as well as an object-based logger for framework integrations.
40+
3941
```python
4042
import litlogger
4143

0 commit comments

Comments
 (0)