./run_Qwen-27B-MTP-TP.sh
00:00.26 I cmn common_param: common_params_print_info: verbosity = 3 (adjust with the `-lv N` CLI arg)
00:00.26 I srv load_model: loading model '/mnt/AI/models/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-NVFP4-MID-HIGH.gguf'
00:13.67 I cmn init: llama threadpool init, n_threads = 6
00:13.83 I common_speculative_init_result: creating MTP draft context against the target model '/mnt/AI/models/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-NVFP4-MID-HIGH.gguf'
00:14.27 I srv load_model: loaded multimodal model, '/mnt/AI/models/Qwen3.8-27B-mmproj-BF16.gguf'
00:14.32 I srv load_model: initializing, n_slots = 1, n_ctx_slot = 192000, kv_unified = 'false'
00:14.32 W set_sampler: backend sampling not supported with SPLIT_MODE_TENSOR; using CPU
00:14.32 W spec common_specu: backend offload failed for seq_id=0; using CPU sampler
00:14.34 I srv llama_server: model loaded
00:14.34 I srv llama_server: listening on http://127.0.0.1:8080
00:14.34 W srv llama_server: NOTICE: server default port will be changed to :9931 in a future release
00:14.34 W srv llama_server: ref: https://github.com/ggml-org/llama.cpp/pull/26508
00:16.30 I slot- 0 get_availa | task -1 | selected slot by LRU, t_last = -1
00:16.31 I slot- 0 launch_slo | task 0 | processing task, is_child = 0
00:19.96 I slot- 0 print_timi | task 0 | PP, n_tokens = 10240, progress = 0.30, t = 3.5 s / 2955.5 t/s
00:20.68 I slot- 0 print_timi | task 0 | PP, n_tokens = 12288, progress = 0.36, t = 4.2 s / 2941.9 t/s
00:21.41 I slot- 0 print_timi | task 0 | PP, n_tokens = 14336, progress = 0.42, t = 4.9 s / 2923.3 t/s
00:22.16 I slot- 0 print_timi | task 0 | PP, n_tokens = 16384, progress = 0.48, t = 5.6 s / 2903.2 t/s
00:22.91 I slot- 0 print_timi | task 0 | PP, n_tokens = 18432, progress = 0.54, t = 6.4 s / 2881.9 t/s
00:23.68 I slot- 0 print_timi | task 0 | PP, n_tokens = 20480, progress = 0.60, t = 7.2 s / 2859.1 t/s
00:24.47 I slot- 0 print_timi | task 0 | PP, n_tokens = 22528, progress = 0.66, t = 7.9 s / 2834.7 t/s
00:25.28 I slot- 0 print_timi | task 0 | PP, n_tokens = 24576, progress = 0.72, t = 8.7 s / 2811.0 t/s
00:26.09 I slot- 0 print_timi | task 0 | PP, n_tokens = 26624, progress = 0.78, t = 9.6 s / 2787.1 t/s
00:26.38 I slot- 0 print_timi | task 0 | PP, n_tokens = 27245, progress = 0.80, t = 10.0 s / 2715.8 t/s
00:27.38 I slot- 0 print_timi | task 0 | PP, n_tokens = 29293, progress = 0.86, t = 10.9 s / 2698.9 t/s
00:28.23 I slot- 0 print_timi | task 0 | PP, n_tokens = 31341, progress = 0.92, t = 11.7 s / 2683.4 t/s
00:29.09 I slot- 0 print_timi | task 0 | PP, n_tokens = 33389, progress = 0.98, t = 12.5 s / 2663.1 t/s
00:29.20 I slot- 0 print_timi | task 0 | PP, n_tokens = 33555, progress = 0.98, t = 12.9 s / 2607.9 t/s
00:29.61 I slot- 0 print_timi | task 0 | PP, n_tokens = 34067, progress = 1.00, t = 13.1 s / 2597.7 t/s
00:32.87 I slot- 0 print_timi | task 0 | n_gen = 251, tg = 82.49 t/s, tg_3s = 82.81 t/s
00:33.28 I slot- 0 print_timi | task 0 | prompt eval time = 13.5 s / 34071 tok ( 0.4 ms/tok, 2516.8 t/s)
00:33.28 I slot- 0 print_timi | task 0 | eval time = 3.4 s / 293 tok ( 11.8 ms/tok, 85.0 t/s)
00:33.28 I slot- 0 print_timi | task 0 | total time = 17.0 s / 34364 tok
00:33.28 I slot- 0 print_timi | task 0 | graphs reused = 78
00:33.28 I slot- 0 print_timi | task 0 | draft acceptance = 53.3% ( 204 / 383 accepted), mean len = 3.4
00:33.28 I slot- 0 release | task 0 | stop processing: n_tokens = 34363, truncated = 0
00:33.52 I slot- 0 get_availa | task -1 | selected slot by LCP similarity, f_sim_best = 0.850 (> 0.100 thold), f_keep = 0.998
Name and Version
Beellama:
0.4.6 main
LLama.cpp:
version: 0.4.0-dev (build 10910, commit 1dfe94e)
built with GNU 15.2.0 for Linux x86_64
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-server
Command line
Problem description & steps to reproduce
With the same launch arguments, I noticed that prefill speed is always starting at ~2700 tps on BeeLlama and ~29xx tps on Llama.cpp. Tested with first prompt after new llama-server launch. About 30k identical system prompt + initial instruction.
First Bad Commit
No response
Relevant log output
Logs (Llama.cpp)
Logs (BeeLlama)