English
VITS Inference using ONNX Runtime on C++
brew install onnxruntime
g++ -std=c++17 -lonnxruntime main.cc -o main ./main
Not tested