Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 266 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 266 Bytes

vallex.cpp

This is a port of Plachtaa/VALL-E-X to ggerganov/ggml.

Build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release 
cmake --build . --config Release