Views
No views yet
./cli --model-path /model/path/to/gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wavTesting fp32
real 0m39.792s
user 5m52.071s
sys 0m7.977s
Testing fp16
real 0m53.419s
user 8m13.402s
sys 0m7.623s
Testing Q4_0
real 5m24.418s
user 50m57.182s
sys 0m27.437s
Testing Q5_0
real 0m44.292s
user 6m40.970s
sys 0m7.971s
Testing Q8_0
real 0m40.479s
user 5m58.898s
sys 0m9.100s