to use tlparse right now, it is a two-liner: ``` TORCH_TRACE=./tmp python foo.py tlparse ./tmp ``` We should just develop a one-liner for this to make it easier for open source users to grok. `tlparse --script "python foo.py"` or something.