Installation
Binaries are available here for windows, linux and MacOs for arm64 and x86_64
For faster execution, it is recommended to install CUDA and cuDNN.
Install cuda 12.9
Install cudnn
If you use cuda delete the cudnn* file in the downloaded folder.
Otherwise, delete the onnxruntime cuda execution provider
Linux only
cd path/to/folderecho "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$(pwd)" >> ~/.bashrcecho "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$(pwd)" >> ~/.zshrc
MacOS only
cd path/to/folderecho "export DYLD_LIBRARY_PATH=\$DYLD_LIBRARY_PATH:$(pwd)" >> ~/.bashrcecho "export DYLD_LIBRARY_PATH=\$DYLD_LIBRARY_PATH:$(pwd)" >> ~/.zshrc