Updated PyTorch ONNX exporter (markdown)

Justin Chu
2024-05-24 10:48:58 -07:00
parent e0ac7f3b25
commit d0774c149e

@ -60,6 +60,12 @@ echo 'export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}'
direnv allow
```
On Azure Linux:
```
sudo dnf install glibc-devel kernel-headers
```
Then see the instructions in PyTorch's [README](https://github.com/pytorch/pytorch/blob/master/README.md#from-source).
#### Optional build tips