Metadata-Version: 2.1
Name: tlparse
Version: 0.3.12
Classifier: Programming Language :: Rust
License-File: LICENSE
Summary: Parse TORCH_LOG logs produced by PyTorch torch.compile
Author: Edward Z. Yang <ezyang@mit.edu>
Author-email: Edward Z. Yang <ezyang@mit.edu>
License: BSD-3-Clause
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/ezyang/tlparse

# tlparse: Parse structured PT2 logs
`tlparse` parses structured torch trace logs and outputs HTML files analyzing data.

Quick start:
Run PT2 with the TORCH_TRACE environment variable set:
```
TORCH_TRACE=/tmp/my_traced_log example.py
```

Feed input into tlparse:
```
tlparse /tmp/my_traced_log -o tl_out/
```

