tlparse 0.4.4

Parse TORCH_LOG logs produced by PyTorch torch.compile
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["maturin>=1.4.0,<1.5.0"]
build-backend = "maturin"

[project]
name = "tlparse"
requires-python = ">=3.6"
classifiers = [
    "Programming Language :: Rust",
]

[project.urls]
repository = "https://github.com/ezyang/tlparse"

[tool.maturin]
bindings = "bin"