mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated PyTorch ONNX exporter (markdown)
@ -43,7 +43,7 @@ CUDA is not required for most development tasks. If you use CUDA, building PyTor
|
|||||||
|
|
||||||
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. 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:__
|
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.
|
||||||
```sh
|
```sh
|
||||||
# Make the local package name built by `setup.py develop` the same
|
# Make the local package name built by `setup.py develop` the same
|
||||||
|
|||||||
Reference in New Issue
Block a user