This commit is contained in:
Pascal
2026-07-25 18:56:39 +02:00
parent d03ffb97f9
commit 13686e8d34
12 changed files with 163 additions and 163 deletions
+14 -14
View File
@@ -1,4 +1,4 @@
[Qwen] qwentts.cpp 521503f (2026-07-20)
[Qwen] qwentts.cpp 710a52a (2026-07-25)
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
@@ -33,7 +33,7 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Audio-Resample] Done: 380672 -> 414337 samples
[WeightCtx] Loaded 76 tensors, 45.8 MB into backend
[SpeakerEncoder] Loaded: enc_dim=2048 sr=24000 mel_dim=128 hidden=512 mfa=1536 asp_attn=128 se=128 scale=8
[Pipeline] Speaker encoder lazy loaded in 5 ms
[Pipeline] Speaker encoder lazy loaded in 9 ms
[Debug] mel-spk: [1618, 128] first4: -6.330339 -6.170074 -6.011195 -6.243161
[Debug] mel-hann: [1024] first4: 0.000000 0.000009 0.000038 0.000085
[Debug] mel-basis: [128, 513] first4: 0.000000 0.033550 0.008569 0.000000
@@ -51,7 +51,7 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[EncDownsample] Loaded: k=4 stride=2, 512 -> 512 channels, weights 2.0 MB
[WeightCtx] Loaded 20 tensors, 34.0 MB into backend
[EncQuantizer] Loaded: 16 codebooks (1 semantic + 15 acoustic), 2048 entries x 256 dim, hidden 512, weights 34.0 MB
[Pipeline] Codec encoder lazy loaded in 35 ms
[Pipeline] Codec encoder lazy loaded in 34 ms
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
[Debug] seanet-out: [430, 512] first4: -0.138303 13.699992 -0.351357 3.025051
[Debug] enc-transformer-out: [430, 512] first4: 0.526569 3.116264 -0.195330 0.625080
@@ -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: 7.115197 -34.442551 -7.104288 28.617508
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.242297 -1.224786 -0.224798 0.888284
[Debug] talker-logits-prefill: [3072] first4: 1.013672 -7.734375 -6.857910 -10.250000
[Batch] Admit slot=0 T_ctx=225 prefill=20.0 ms build=2.4 ms (stall for 0 active slots)
[Batch] Admit slot=0 T_ctx=225 prefill=1396.2 ms build=21.3 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.034006 -0.013787 0.039109 0.091488
@@ -92,15 +92,15 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Pipeline] Generated 64 frames (slot 0)
[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.000673 0.000478 -0.000828 -0.000482
[Perf] PromptBuild 2.4 ms
[Perf] Prefill 20.0 ms (T_ctx prefill)
[Perf] TTFA 796.6 ms (first frame codes)
[Perf] TalkerDecode 328.0 ms (64 frames, 5.13 ms/frame)
[Perf] CodePredictor 457.1 ms (7.14 ms/frame)
[Debug] output-audio: [122880] first4: 0.000497 0.000311 -0.000955 -0.000572
[Perf] PromptBuild 21.3 ms
[Perf] Prefill 1396.2 ms (T_ctx prefill)
[Perf] TTFA 4781.5 ms (first frame codes)
[Perf] TalkerDecode 475.1 ms (64 frames, 7.42 ms/frame)
[Perf] CodePredictor 801.3 ms (12.52 ms/frame)
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
[Perf] CodecDecode 29.3 ms
[Perf] Total 1604.0 ms (64 frames, 12.27 ms/frame AR, audio 5.12 s, RTF 0.313)
[Perf] CodecDecode 1394.4 ms
[Perf] Total 7095.9 ms (64 frames, 19.95 ms/frame AR, audio 5.12 s, RTF 1.386)
[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...
@@ -151,5 +151,5 @@ load_backend: loaded CPU backend from /mnt/workspace/git/qwentts.cpp/build/libgg
[Cossim] SpkASP cos: 1.000000 max: 2.2851e-04 mean: 1.7482e-05
[Cossim] SpeakerEmb cos: 1.000000 max: 7.8417e-05 mean: 1.3521e-05
[Cossim] CodesFull exact: 3.17% (1008 values)
[Cossim] Audio cos: 0.023761
[Cossim] WAV stft_cos: 0.225096 samples: 120960
[Cossim] Audio cos: 0.024399
[Cossim] WAV stft_cos: 0.226009 samples: 120960