Skip to content

seanghay/vits.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VITS Inference using ONNX Runtime on C++

Install onnxruntime

brew install onnxruntime 

macOS/Linux

g++ -std=c++17 -lonnxruntime main.cc -o main   

./main

Windows

Not tested

About

VITS Inference using ONNX Runtime on C++

Topics

Resources

Stars

Watchers

Forks