logs
This commit is contained in:
+13
-13
@@ -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
|
||||
@@ -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 43 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 41 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.112500 13.760122 -0.329032 2.993861
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.526661 3.208130 -0.164395 0.605249
|
||||
@@ -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.054070 -34.409252 -7.069129 28.624571
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.240086 -1.222942 -0.223565 0.888025
|
||||
[Debug] talker-logits-prefill: [3072] first4: 1.339535 -7.642556 -6.988994 -10.529062
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=384.7 ms build=2.5 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=382.1 ms build=2.1 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.073552 -0.034240 -0.008814 0.042007
|
||||
@@ -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.000529 0.000353 -0.000865 -0.000453
|
||||
[Perf] PromptBuild 2.5 ms
|
||||
[Perf] Prefill 384.7 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1506.9 ms (first frame codes)
|
||||
[Perf] TalkerDecode 2886.2 ms (64 frames, 45.10 ms/frame)
|
||||
[Perf] CodePredictor 1518.3 ms (23.72 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000365 0.000165 -0.001043 -0.000566
|
||||
[Perf] PromptBuild 2.1 ms
|
||||
[Perf] Prefill 382.1 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1482.8 ms (first frame codes)
|
||||
[Perf] TalkerDecode 2862.8 ms (64 frames, 44.73 ms/frame)
|
||||
[Perf] CodePredictor 1428.0 ms (22.31 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 968.0 ms
|
||||
[Perf] Total 6854.8 ms (64 frames, 68.82 ms/frame AR, audio 5.12 s, RTF 1.339)
|
||||
[Perf] CodecDecode 2259.3 ms
|
||||
[Perf] Total 8010.2 ms (64 frames, 67.05 ms/frame AR, audio 5.12 s, RTF 1.564)
|
||||
[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: 0.999999 max: 2.2756e-03 mean: 1.8859e-04
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 6.4747e-04 mean: 1.3471e-04
|
||||
[Cossim] CodesFull exact: 3.47% (1008 values)
|
||||
[Cossim] Audio cos: -0.007662
|
||||
[Cossim] WAV stft_cos: 0.207437 samples: 120960
|
||||
[Cossim] Audio cos: -0.006883
|
||||
[Cossim] WAV stft_cos: 0.209811 samples: 120960
|
||||
|
||||
+14
-14
@@ -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 7 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 4 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 33 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 31 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.120292 13.742489 -0.348104 3.009387
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.526076 3.125370 -0.189241 0.630764
|
||||
@@ -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.133089 -34.474190 -7.108908 28.674923
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.242892 -1.225840 -0.224931 0.890014
|
||||
[Debug] talker-logits-prefill: [3072] first4: 1.330122 -7.768507 -6.935926 -10.338600
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=638.7 ms build=4.9 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=633.9 ms build=3.7 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.073561 -0.034233 -0.008814 0.042004
|
||||
@@ -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.000450 0.000327 -0.000890 -0.000492
|
||||
[Perf] PromptBuild 4.9 ms
|
||||
[Perf] Prefill 638.7 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1849.1 ms (first frame codes)
|
||||
[Perf] TalkerDecode 5501.4 ms (64 frames, 85.96 ms/frame)
|
||||
[Perf] CodePredictor 3904.9 ms (61.01 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000352 0.000178 -0.001044 -0.000571
|
||||
[Perf] PromptBuild 3.7 ms
|
||||
[Perf] Prefill 633.9 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1757.1 ms (first frame codes)
|
||||
[Perf] TalkerDecode 5437.1 ms (64 frames, 84.95 ms/frame)
|
||||
[Perf] CodePredictor 3884.8 ms (60.70 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 992.6 ms
|
||||
[Perf] Total 12188.6 ms (64 frames, 146.98 ms/frame AR, audio 5.12 s, RTF 2.381)
|
||||
[Perf] CodecDecode 2192.1 ms
|
||||
[Perf] Total 13219.1 ms (64 frames, 145.66 ms/frame AR, audio 5.12 s, RTF 2.582)
|
||||
[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: 8.1062e-06 mean: 2.0734e-07
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 1.3351e-05 mean: 2.5133e-07
|
||||
[Cossim] CodesFull exact: 5.26% (1008 values)
|
||||
[Cossim] Audio cos: 0.025914
|
||||
[Cossim] WAV stft_cos: 0.245369 samples: 120960
|
||||
[Cossim] Audio cos: 0.031659
|
||||
[Cossim] WAV stft_cos: 0.252827 samples: 120960
|
||||
|
||||
+14
-14
@@ -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, 34.9 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 4 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 3 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 8 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 7 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.120292 13.742489 -0.348104 3.009387
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.867046 3.016766 0.059672 0.395116
|
||||
@@ -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: 4.580647 -33.465454 -6.676281 23.526917
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.155397 -1.185542 -0.210456 0.727513
|
||||
[Debug] talker-logits-prefill: [3072] first4: -0.397744 -4.641821 -7.453447 -10.679588
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=414.6 ms build=3.4 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=413.0 ms build=2.9 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 417.000000
|
||||
[Debug] next-emb-step0: [2048] first4: 0.035528 0.008631 -0.031989 0.034729
|
||||
@@ -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 417.000000
|
||||
[Debug] output-audio: [122880] first4: -0.000160 -0.000284 -0.001051 -0.000894
|
||||
[Perf] PromptBuild 3.4 ms
|
||||
[Perf] Prefill 414.6 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1527.6 ms (first frame codes)
|
||||
[Perf] TalkerDecode 950.0 ms (64 frames, 14.84 ms/frame)
|
||||
[Perf] CodePredictor 362.7 ms (5.67 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: -0.000340 -0.000466 -0.001126 -0.000988
|
||||
[Perf] PromptBuild 2.9 ms
|
||||
[Perf] Prefill 413.0 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1499.0 ms (first frame codes)
|
||||
[Perf] TalkerDecode 958.0 ms (64 frames, 14.97 ms/frame)
|
||||
[Perf] CodePredictor 368.4 ms (5.76 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 972.2 ms
|
||||
[Perf] Total 3806.5 ms (64 frames, 20.51 ms/frame AR, audio 5.12 s, RTF 0.743)
|
||||
[Perf] CodecDecode 2213.5 ms
|
||||
[Perf] Total 5033.0 ms (64 frames, 20.73 ms/frame AR, audio 5.12 s, RTF 0.983)
|
||||
[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.6596e-04 mean: 2.3921e-05
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 2.3174e-04 mean: 1.6094e-05
|
||||
[Cossim] CodesFull exact: 1.29% (1008 values)
|
||||
[Cossim] Audio cos: -0.019840
|
||||
[Cossim] WAV stft_cos: 0.178108 samples: 120960
|
||||
[Cossim] Audio cos: -0.017629
|
||||
[Cossim] WAV stft_cos: 0.176947 samples: 120960
|
||||
|
||||
+14
-14
@@ -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, 34.9 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 4 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 3 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 9 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 8 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.120292 13.742489 -0.348104 3.009387
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.716872 2.959070 -0.221450 0.852651
|
||||
@@ -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.696979 -34.327644 -7.302014 28.627213
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.227865 -1.219680 -0.230862 0.887843
|
||||
[Debug] talker-logits-prefill: [3072] first4: 1.309391 -7.886597 -6.855894 -10.555799
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=541.1 ms build=2.7 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=543.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.010612 -0.008921 0.074940 0.036301
|
||||
@@ -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.000527 0.000324 -0.000983 -0.000676
|
||||
[Perf] PromptBuild 2.7 ms
|
||||
[Perf] Prefill 541.1 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1609.8 ms (first frame codes)
|
||||
[Perf] TalkerDecode 1637.8 ms (64 frames, 25.59 ms/frame)
|
||||
[Perf] CodePredictor 624.7 ms (9.76 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000360 0.000157 -0.001131 -0.000804
|
||||
[Perf] PromptBuild 2.8 ms
|
||||
[Perf] Prefill 543.0 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1633.2 ms (first frame codes)
|
||||
[Perf] TalkerDecode 1643.9 ms (64 frames, 25.69 ms/frame)
|
||||
[Perf] CodePredictor 625.3 ms (9.77 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 1003.3 ms
|
||||
[Perf] Total 4865.2 ms (64 frames, 35.35 ms/frame AR, audio 5.12 s, RTF 0.950)
|
||||
[Perf] CodecDecode 2213.9 ms
|
||||
[Perf] Total 6105.7 ms (64 frames, 35.46 ms/frame AR, audio 5.12 s, RTF 1.193)
|
||||
[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.6596e-04 mean: 2.3921e-05
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 2.3174e-04 mean: 1.6094e-05
|
||||
[Cossim] CodesFull exact: 2.68% (1008 values)
|
||||
[Cossim] Audio cos: -0.002547
|
||||
[Cossim] WAV stft_cos: 0.174666 samples: 120960
|
||||
[Cossim] Audio cos: -0.001410
|
||||
[Cossim] WAV stft_cos: 0.175402 samples: 120960
|
||||
|
||||
+14
-14
@@ -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, 34.9 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 4 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 22 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 44 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 90 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.111631 13.770183 -0.302467 2.984188
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.536580 3.214924 -0.152684 0.613806
|
||||
@@ -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.045298 -34.398609 -7.069448 28.624956
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.239789 -1.222574 -0.223577 0.888043
|
||||
[Debug] talker-logits-prefill: [3072] first4: 0.944606 -7.870981 -6.684478 -10.343767
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=12.4 ms build=1.4 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=22.6 ms build=1.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.013383 -0.012534 0.088655 0.033408
|
||||
@@ -93,15 +93,15 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[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.000498 0.000316 -0.001016 -0.000733
|
||||
[Perf] PromptBuild 1.4 ms
|
||||
[Perf] Prefill 12.4 ms (T_ctx prefill)
|
||||
[Perf] TTFA 778.8 ms (first frame codes)
|
||||
[Perf] TalkerDecode 166.9 ms (64 frames, 2.61 ms/frame)
|
||||
[Perf] CodePredictor 257.6 ms (4.03 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000387 0.000201 -0.001097 -0.000789
|
||||
[Perf] PromptBuild 1.3 ms
|
||||
[Perf] Prefill 22.6 ms (T_ctx prefill)
|
||||
[Perf] TTFA 852.9 ms (first frame codes)
|
||||
[Perf] TalkerDecode 166.7 ms (64 frames, 2.61 ms/frame)
|
||||
[Perf] CodePredictor 257.6 ms (4.02 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 14.7 ms
|
||||
[Perf] Total 1211.3 ms (64 frames, 6.64 ms/frame AR, audio 5.12 s, RTF 0.237)
|
||||
[Perf] CodecDecode 42.9 ms
|
||||
[Perf] Total 1313.4 ms (64 frames, 6.63 ms/frame AR, audio 5.12 s, RTF 0.257)
|
||||
[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...
|
||||
@@ -152,5 +152,5 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[Cossim] SpkASP cos: 1.000000 max: 7.9870e-06 mean: 2.2269e-07
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 1.4305e-05 mean: 2.5463e-07
|
||||
[Cossim] CodesFull exact: 2.08% (1008 values)
|
||||
[Cossim] Audio cos: 0.022055
|
||||
[Cossim] WAV stft_cos: 0.185286 samples: 120960
|
||||
[Cossim] Audio cos: 0.019831
|
||||
[Cossim] WAV stft_cos: 0.189216 samples: 120960
|
||||
|
||||
+14
-14
@@ -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 4 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 5 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 32 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 31 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.134336 13.731120 -0.351051 3.013485
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.525800 3.116711 -0.187038 0.631811
|
||||
@@ -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.131224 -34.471714 -7.108000 28.674042
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.242833 -1.225771 -0.224906 0.890001
|
||||
[Debug] talker-logits-prefill: [3072] first4: 1.171040 -7.796190 -6.822366 -10.286754
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=27.3 ms build=1.4 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=27.2 ms build=1.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.003672 0.000908 0.039506 0.094594
|
||||
@@ -93,15 +93,15 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[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.000739 0.000593 -0.000747 -0.000435
|
||||
[Perf] PromptBuild 1.4 ms
|
||||
[Perf] Prefill 27.3 ms (T_ctx prefill)
|
||||
[Perf] TTFA 767.0 ms (first frame codes)
|
||||
[Perf] TalkerDecode 275.7 ms (64 frames, 4.31 ms/frame)
|
||||
[Perf] CodePredictor 347.0 ms (5.42 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000518 0.000403 -0.000870 -0.000545
|
||||
[Perf] PromptBuild 1.3 ms
|
||||
[Perf] Prefill 27.2 ms (T_ctx prefill)
|
||||
[Perf] TTFA 767.1 ms (first frame codes)
|
||||
[Perf] TalkerDecode 275.4 ms (64 frames, 4.30 ms/frame)
|
||||
[Perf] CodePredictor 348.0 ms (5.44 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 14.8 ms
|
||||
[Perf] Total 1397.9 ms (64 frames, 9.73 ms/frame AR, audio 5.12 s, RTF 0.273)
|
||||
[Perf] CodecDecode 33.1 ms
|
||||
[Perf] Total 1417.0 ms (64 frames, 9.74 ms/frame AR, audio 5.12 s, RTF 0.277)
|
||||
[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...
|
||||
@@ -152,5 +152,5 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[Cossim] SpkASP cos: 1.000000 max: 7.9870e-06 mean: 2.2269e-07
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 1.4305e-05 mean: 2.5463e-07
|
||||
[Cossim] CodesFull exact: 3.27% (1008 values)
|
||||
[Cossim] Audio cos: 0.083313
|
||||
[Cossim] WAV stft_cos: 0.370796 samples: 120960
|
||||
[Cossim] Audio cos: 0.077050
|
||||
[Cossim] WAV stft_cos: 0.373618 samples: 120960
|
||||
|
||||
@@ -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, 34.9 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 3 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 21 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 8 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 47 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.134336 13.731120 -0.351051 3.013485
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 1.140990 3.713432 0.131578 0.616251
|
||||
@@ -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: 4.146309 -31.912390 -6.918371 22.418171
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.140643 -1.130366 -0.218058 0.693131
|
||||
[Debug] talker-logits-prefill: [3072] first4: -0.461190 -5.760653 -7.184410 -10.423358
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=15.2 ms build=1.5 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=15.1 ms build=1.5 ms (stall for 0 active slots)
|
||||
[Sample] step=0 c0=27 u=-1.0000000000 subseq=0
|
||||
[Debug] codes-step0: [16] first4: 27.000000 1042.000000 390.000000 881.000000
|
||||
[Debug] next-emb-step0: [2048] first4: -0.033968 -0.020822 -0.037756 -0.013151
|
||||
@@ -93,15 +93,15 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[Pipeline] Generated 64 frames (slot 0)
|
||||
[Pipeline] Generation done : 64 frames
|
||||
[Debug] codes-full: [64, 16] first4: 27.000000 1042.000000 390.000000 881.000000
|
||||
[Debug] output-audio: [122880] first4: 0.000087 0.000212 -0.000383 -0.000346
|
||||
[Debug] output-audio: [122880] first4: -0.000098 0.000072 -0.000411 -0.000387
|
||||
[Perf] PromptBuild 1.5 ms
|
||||
[Perf] Prefill 15.2 ms (T_ctx prefill)
|
||||
[Perf] TTFA 738.7 ms (first frame codes)
|
||||
[Perf] TalkerDecode 101.3 ms (64 frames, 1.58 ms/frame)
|
||||
[Perf] CodePredictor 193.3 ms (3.02 ms/frame)
|
||||
[Perf] Prefill 15.1 ms (T_ctx prefill)
|
||||
[Perf] TTFA 778.4 ms (first frame codes)
|
||||
[Perf] TalkerDecode 100.8 ms (64 frames, 1.58 ms/frame)
|
||||
[Perf] CodePredictor 191.8 ms (3.00 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 16.2 ms
|
||||
[Perf] Total 1044.4 ms (64 frames, 4.61 ms/frame AR, audio 5.12 s, RTF 0.204)
|
||||
[Perf] CodecDecode 33.0 ms
|
||||
[Perf] Total 1099.0 ms (64 frames, 4.57 ms/frame AR, audio 5.12 s, RTF 0.215)
|
||||
[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...
|
||||
@@ -152,5 +152,5 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[Cossim] SpkASP cos: 1.000000 max: 7.8678e-06 mean: 2.2438e-07
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 1.4305e-05 mean: 2.5522e-07
|
||||
[Cossim] CodesFull exact: 0.30% (1008 values)
|
||||
[Cossim] Audio cos: -0.010168
|
||||
[Cossim] WAV stft_cos: 0.170792 samples: 120960
|
||||
[Cossim] Audio cos: -0.004365
|
||||
[Cossim] WAV stft_cos: 0.172113 samples: 120960
|
||||
|
||||
+14
-14
@@ -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, 34.9 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 4 ms
|
||||
[Pipeline] Speaker encoder lazy loaded in 17 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 9 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 46 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.134336 13.731120 -0.351051 3.013485
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.628775 2.909739 -0.209228 0.726215
|
||||
@@ -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.677233 -34.349281 -7.298450 28.605591
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.227255 -1.220783 -0.230812 0.887415
|
||||
[Debug] talker-logits-prefill: [3072] first4: 1.706040 -8.254342 -7.318320 -10.816376
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=15.1 ms build=1.5 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=14.7 ms build=1.4 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.034936 -0.024575 0.029866 0.045185
|
||||
@@ -93,15 +93,15 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[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.000596 0.000259 -0.001224 -0.000817
|
||||
[Perf] PromptBuild 1.5 ms
|
||||
[Perf] Prefill 15.1 ms (T_ctx prefill)
|
||||
[Perf] TTFA 752.7 ms (first frame codes)
|
||||
[Perf] TalkerDecode 136.9 ms (64 frames, 2.14 ms/frame)
|
||||
[Perf] CodePredictor 194.9 ms (3.04 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000485 0.000126 -0.001332 -0.000870
|
||||
[Perf] PromptBuild 1.4 ms
|
||||
[Perf] Prefill 14.7 ms (T_ctx prefill)
|
||||
[Perf] TTFA 777.8 ms (first frame codes)
|
||||
[Perf] TalkerDecode 131.1 ms (64 frames, 2.05 ms/frame)
|
||||
[Perf] CodePredictor 193.6 ms (3.03 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 15.1 ms
|
||||
[Perf] Total 1094.5 ms (64 frames, 5.19 ms/frame AR, audio 5.12 s, RTF 0.214)
|
||||
[Perf] CodecDecode 33.1 ms
|
||||
[Perf] Total 1130.6 ms (64 frames, 5.08 ms/frame AR, audio 5.12 s, RTF 0.221)
|
||||
[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...
|
||||
@@ -152,5 +152,5 @@ ggml_backend_cuda_graph_compute: CUDA graph warmup complete
|
||||
[Cossim] SpkASP cos: 1.000000 max: 7.8678e-06 mean: 2.2438e-07
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 1.4305e-05 mean: 2.5522e-07
|
||||
[Cossim] CodesFull exact: 2.28% (1008 values)
|
||||
[Cossim] Audio cos: -0.001204
|
||||
[Cossim] WAV stft_cos: 0.184588 samples: 120960
|
||||
[Cossim] Audio cos: -0.001822
|
||||
[Cossim] WAV stft_cos: 0.187675 samples: 120960
|
||||
|
||||
@@ -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
|
||||
@@ -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 45 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 44 ms
|
||||
[Debug] audio-input: [412800] first4: -0.000546 -0.001162 -0.000871 0.000340
|
||||
[Debug] seanet-out: [430, 512] first4: -0.110593 13.765666 -0.317055 2.981106
|
||||
[Debug] enc-transformer-out: [430, 512] first4: 0.536260 3.195749 -0.156796 0.610111
|
||||
@@ -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.051195 -34.399265 -7.070650 28.631254
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.239991 -1.222603 -0.223616 0.888243
|
||||
[Debug] talker-logits-prefill: [3072] first4: 0.882721 -7.881639 -6.796915 -10.414125
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=31.9 ms build=2.0 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=31.5 ms build=1.9 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.008599 -0.015697 0.093591 0.086640
|
||||
@@ -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.000515 0.000357 -0.000915 -0.000575
|
||||
[Perf] PromptBuild 2.0 ms
|
||||
[Perf] Prefill 31.9 ms (T_ctx prefill)
|
||||
[Perf] TTFA 812.5 ms (first frame codes)
|
||||
[Perf] TalkerDecode 212.2 ms (64 frames, 3.32 ms/frame)
|
||||
[Perf] CodePredictor 374.8 ms (5.86 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: 0.000396 0.000229 -0.000999 -0.000637
|
||||
[Perf] PromptBuild 1.9 ms
|
||||
[Perf] Prefill 31.5 ms (T_ctx prefill)
|
||||
[Perf] TTFA 1379.9 ms (first frame codes)
|
||||
[Perf] TalkerDecode 211.8 ms (64 frames, 3.31 ms/frame)
|
||||
[Perf] CodePredictor 955.2 ms (14.93 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 32.1 ms
|
||||
[Perf] Total 1425.9 ms (64 frames, 9.18 ms/frame AR, audio 5.12 s, RTF 0.278)
|
||||
[Perf] CodecDecode 65.3 ms
|
||||
[Perf] Total 2025.2 ms (64 frames, 18.24 ms/frame AR, audio 5.12 s, RTF 0.396)
|
||||
[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.3533e-03 mean: 1.4947e-04
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 6.7258e-04 mean: 1.2809e-04
|
||||
[Cossim] CodesFull exact: 2.28% (1008 values)
|
||||
[Cossim] Audio cos: 0.003079
|
||||
[Cossim] WAV stft_cos: 0.208123 samples: 120960
|
||||
[Cossim] Audio cos: 0.001872
|
||||
[Cossim] WAV stft_cos: 0.214056 samples: 120960
|
||||
|
||||
+14
-14
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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: 4.921398 -31.754539 -6.813190 21.707518
|
||||
[Debug] talker-hidden-prefill-final: [225, 2048] first4: 0.166135 -1.119393 -0.213715 0.667947
|
||||
[Debug] talker-logits-prefill: [3072] first4: -0.151123 -5.516602 -7.045898 -10.537109
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=18.7 ms build=2.8 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=1555.1 ms build=1041.5 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 417.000000
|
||||
[Debug] next-emb-step0: [2048] first4: 0.005714 0.034105 -0.000204 0.073642
|
||||
@@ -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 417.000000
|
||||
[Debug] output-audio: [122880] first4: -0.000101 0.000003 -0.000779 -0.000457
|
||||
[Perf] PromptBuild 2.8 ms
|
||||
[Perf] Prefill 18.7 ms (T_ctx prefill)
|
||||
[Perf] TTFA 748.1 ms (first frame codes)
|
||||
[Perf] TalkerDecode 140.4 ms (64 frames, 2.19 ms/frame)
|
||||
[Perf] CodePredictor 286.6 ms (4.48 ms/frame)
|
||||
[Debug] output-audio: [122880] first4: -0.000352 -0.000173 -0.000826 -0.000555
|
||||
[Perf] PromptBuild 1041.5 ms
|
||||
[Perf] Prefill 1555.1 ms (T_ctx prefill)
|
||||
[Perf] TTFA 4465.0 ms (first frame codes)
|
||||
[Perf] TalkerDecode 229.4 ms (64 frames, 3.58 ms/frame)
|
||||
[Perf] CodePredictor 431.4 ms (6.74 ms/frame)
|
||||
[Perf] HostCompose 0.1 ms (c0 sample + next emb)
|
||||
[Perf] CodecDecode 30.2 ms
|
||||
[Perf] Total 1200.8 ms (64 frames, 6.67 ms/frame AR, audio 5.12 s, RTF 0.235)
|
||||
[Perf] CodecDecode 63.1 ms
|
||||
[Perf] Total 5038.9 ms (64 frames, 10.33 ms/frame AR, audio 5.12 s, RTF 0.984)
|
||||
[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.2919e-04 mean: 1.7381e-05
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 8.0518e-05 mean: 1.3621e-05
|
||||
[Cossim] CodesFull exact: 2.38% (1008 values)
|
||||
[Cossim] Audio cos: -0.014421
|
||||
[Cossim] WAV stft_cos: 0.205816 samples: 120960
|
||||
[Cossim] Audio cos: -0.015329
|
||||
[Cossim] WAV stft_cos: 0.211505 samples: 120960
|
||||
|
||||
@@ -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, 34.9 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 4 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 11 ms
|
||||
[Pipeline] Codec encoder lazy loaded in 10 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.633121 3.145168 -0.143299 0.564666
|
||||
@@ -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=17.0 ms build=2.9 ms (stall for 0 active slots)
|
||||
[Batch] Admit slot=0 T_ctx=225 prefill=1960.4 ms build=1281.9 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
|
||||
@@ -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.000658 0.000394 -0.000943 -0.000566
|
||||
[Perf] PromptBuild 2.9 ms
|
||||
[Perf] Prefill 17.0 ms (T_ctx prefill)
|
||||
[Perf] TTFA 771.5 ms (first frame codes)
|
||||
[Perf] TalkerDecode 158.9 ms (64 frames, 2.48 ms/frame)
|
||||
[Perf] CodePredictor 290.3 ms (4.54 ms/frame)
|
||||
[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 31.1 ms
|
||||
[Perf] Total 1247.3 ms (64 frames, 7.02 ms/frame AR, audio 5.12 s, RTF 0.244)
|
||||
[Perf] CodecDecode 64.0 ms
|
||||
[Perf] Total 5757.1 ms (64 frames, 9.34 ms/frame AR, audio 5.12 s, RTF 1.124)
|
||||
[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.2919e-04 mean: 1.7381e-05
|
||||
[Cossim] SpeakerEmb cos: 1.000000 max: 8.0518e-05 mean: 1.3621e-05
|
||||
[Cossim] CodesFull exact: 2.38% (1008 values)
|
||||
[Cossim] Audio cos: 0.013854
|
||||
[Cossim] WAV stft_cos: 0.183103 samples: 120960
|
||||
[Cossim] Audio cos: 0.012436
|
||||
[Cossim] WAV stft_cos: 0.190492 samples: 120960
|
||||
|
||||
Reference in New Issue
Block a user