From 7763351ac6c0eed759cb5a2606ecab73f5f02dee Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Mon, 22 Aug 2022 16:51:18 -0700 Subject: [PATCH] Updated PyTorch ONNX exporter (markdown) --- PyTorch-ONNX-exporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch-ONNX-exporter.md b/PyTorch-ONNX-exporter.md index b28b653..c8f7149 100644 --- a/PyTorch-ONNX-exporter.md +++ b/PyTorch-ONNX-exporter.md @@ -41,7 +41,7 @@ are generally not used by the `torch.onnx` developers. 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/individual) 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. Use Python 3.9 as `onnxruntime` does not support Python 3.10 or higher (as of April 2022). Install [direnv](https://direnv.net/) and initialize your envrc file in the root of your PyTorch git repo: