Updated PyTorch ONNX exporter (markdown)

Justin Chu
2023-12-06 10:34:03 -08:00
parent 5405ac475b
commit 0cad623fdf

@ -86,7 +86,7 @@ export DEBUG=1
Install the dependencies required for development and to run CI checks locally.
```sh
pip install expecttest pytest parameterized flake8 hypothesis pytest-cov pytest-xdist pylint lintrunner ghstack beartype
pip install expecttest pytest parameterized flake8 hypothesis pytest-cov pytest-xdist pytest-subtest pylint lintrunner ghstack beartype
lintrunner init
```