tests: refresh the clone grid logs

This commit is contained in:
Pascal
2026-07-30 23:05:37 +02:00
parent 9a9a425260
commit abab6b3bf3
12 changed files with 236 additions and 116 deletions
+20 -10
View File
@@ -1,4 +1,4 @@
[Qwen] qwentts.cpp 710a52a (2026-07-25)
[Qwen] qwentts.cpp 9a9a425 (2026-07-30)
ggml_cuda_init: found 1 CUDA devices (Total VRAM: 97247 MiB):
Device 0: NVIDIA RTX PRO 6000 Blackwell Workstation Edition, compute capability 12.0, VMM: yes, VRAM: 97247 MiB
load_backend: loaded CUDA backend from /mnt/workspace/git/qwentts.cpp/build/libggml-cuda.so
@@ -76,7 +76,7 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Debug] talker-hidden-prefill-l27: [225, 2048] first4: 6.677526 -34.405407 -7.383842 28.511698
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.227110 -1.221941 -0.233353 0.883898
[Debug] talker-logits-prefill: [3072] first4: 1.264160 -7.826172 -7.041016 -10.638672
[Batch] Admit slot=0 T_ctx=225 prefill=1960.4 ms build=1281.9 ms (stall for 0 active slots)
[Batch] Admit slot=0 T_ctx=225 prefill=17.0 ms build=2.8 ms (stall for 0 active slots)
[Sample] step=0 c0=27 u=-1.0000000000 subseq=0
[Debug] codes-step0: [16] first4: 27.000000 1408.000000 1824.000000 400.000000
[Debug] next-emb-step0: [2048] first4: 0.021546 -0.036059 0.003111 0.073181
@@ -93,14 +93,14 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Pipeline] Generation done : 64 frames
[Debug] codes-full: [64, 16] first4: 27.000000 1408.000000 1824.000000 400.000000
[Debug] output-audio: [122880] first4: 0.000434 0.000233 -0.001032 -0.000635
[Perf] PromptBuild 1281.9 ms
[Perf] Prefill 1960.4 ms (T_ctx prefill)
[Perf] TTFA 5250.2 ms (first frame codes)
[Perf] TalkerDecode 158.5 ms (64 frames, 2.48 ms/frame)
[Perf] CodePredictor 439.0 ms (6.86 ms/frame)
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
[Perf] CodecDecode 64.0 ms
[Perf] Total 5757.1 ms (64 frames, 9.34 ms/frame AR, audio 5.12 s, RTF 1.124)
[Perf] PromptBuild 2.8 ms
[Perf] Prefill 17.0 ms (T_ctx prefill)
[Perf] TTFA 741.4 ms (first frame codes)
[Perf] TalkerDecode 137.6 ms (64 frames, 2.15 ms/frame)
[Perf] CodePredictor 271.2 ms (4.24 ms/frame)
[Perf] HostCompose 0.2 ms (c0 sample + next emb)
[Perf] CodecDecode 62.6 ms
[Perf] Total 1208.2 ms (64 frames, 6.39 ms/frame AR, audio 5.12 s, RTF 0.236)
[WAV] Wrote cpp/clone/clone-cpp.wav: 122880 samples, 24000 Hz, mono S16
[Pipeline] Wrote 122880 samples (5.12 s) -> cpp/clone/clone-cpp.wav
[Input] Prompt: 100 chars: qwentts.cpp is a minimal C++17 and GGML port of Qwen3-TTS fo...
@@ -153,3 +153,13 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Cossim] CodesFull exact: 2.38% (1008 values)
[Cossim] Audio cos: 0.012436
[Cossim] WAV stft_cos: 0.190492 samples: 120960
[GGML] Cmd: ../build/qwen-tts --model ../models/qwen-talker-1.7b-base-Q8_0.gguf --codec ../models/qwen-tokenizer-12hz-Q8_0.gguf --seed 42 --ref-wav ../examples/freeman.wav --ref-text ../examples/freeman.txt --lang english --max-new 64 --dump cpp/clone-fused -o - --greedy --codec-fused
[Perf Fused] PromptBuild 2.7 ms
[Perf Fused] Prefill 15.8 ms (T_ctx prefill)
[Perf Fused] TTFA 1607.6 ms (first frame codes)
[Perf Fused] TalkerDecode 136.0 ms (64 frames, 2.13 ms/frame)
[Perf Fused] CodePredictor 419.3 ms (6.55 ms/frame)
[Perf Fused] HostCompose 0.1 ms (c0 sample + next emb)
[Perf Fused] CodecDecode 841.1 ms
[Perf Fused] Total 2137.6 ms (64 frames, 8.68 ms/frame AR, audio 5.12 s, RTF 0.417)
[Cossim] CodesFullFused exact: 100.00% (1024 values)