Skip to content

Commit

Permalink
Include onnx and onnxscript information in collect_env.py (pytorc…
Browse files Browse the repository at this point in the history
…h#110560)

`onnx` and `onnxscript` are used in torch.onnx.dynamo_export since 2.0. It would be helpful to collect version information in user issue reports.

Pull Request resolved: pytorch#110560
Approved by: https://github.com/albanD
  • Loading branch information
justinchuby authored and pytorchmergebot committed Oct 5, 2023
1 parent 653f966 commit d24e7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/utils/collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def run_with_pip(pip):
"flake8",
"triton",
"optree",
"onnx",
}
)
)
Expand Down

0 comments on commit d24e7be

Please sign in to comment.