Updated PyTorch ONNX exporter (markdown)

Justin Chu
2023-07-12 08:10:12 -07:00
parent d972899ba8
commit 2922f1f452

@ -47,7 +47,7 @@ git submodule update --init --recursive --jobs 0
CUDA is not required for most development tasks. If you use CUDA, building PyTorch will probably be slower. CUDA is not required for most development tasks. If you use CUDA, building PyTorch will probably be slower.
Install [Anaconda](https://www.anaconda.com/products/distribution#linux) and activate a new environment. Use Python 3.9 as `onnxruntime` does not support Python 3.10 or higher (as of April 2022). Install [Anaconda](https://www.anaconda.com/products/distribution#linux) and activate a new environment.
Install [direnv](https://direnv.net/) and initialize your envrc file in the root of your PyTorch git repo:<br /> Install [direnv](https://direnv.net/) and initialize your envrc file in the root of your PyTorch git repo:<br />
NOTE: Please remember to [hook installation](https://direnv.net/docs/hook.html) after you install direnv. NOTE: Please remember to [hook installation](https://direnv.net/docs/hook.html) after you install direnv.