5 lines
302 B
Bash
5 lines
302 B
Bash
|
|
# download an appropriate onnxruntime from https://github.com/microsoft/onnxruntime/releases/tag/v1.14.0
|
|
# here we get a copy of onnxruntime for linux 64
|
|
wget https://github.com/microsoft/onnxruntime/releases/download/v1.14.0/onnxruntime-linux-x64-1.14.0.tgz
|
|
tar -zxvf onnxruntime-linux-x64-1.14.0.tgz |