From a9f15384ec05bbf9ce1ba2fa97cfb2de1f4fdd7d Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Mon, 22 Aug 2022 17:04:47 -0700 Subject: [PATCH] Updated PyTorch ONNX exporter (markdown) --- PyTorch-ONNX-exporter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PyTorch-ONNX-exporter.md b/PyTorch-ONNX-exporter.md index c8f7149..e25e2bc 100644 --- a/PyTorch-ONNX-exporter.md +++ b/PyTorch-ONNX-exporter.md @@ -117,6 +117,14 @@ conda install -c conda-forge pillow > I hope there's a better way to deal with this. If you know of one please > update these instructions and email the team! +#### Dev tools + +Install [[lintrunner|lintrunner]] and [ghstack](https://github.com/ezyang/ghstack) + +```sh +pip install lintrunner ghstack +``` + ### Sanity check You should be able to run these commands successfully: