mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Updated PyTorch ONNX exporter (markdown)
@ -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
|
||||
|
Reference in New Issue
Block a user