Skip to content

bench : add --offline#24511

Merged
angt merged 2 commits into
ggml-org:masterfrom
angt:bench-add-offline
Jun 16, 2026
Merged

bench : add --offline#24511
angt merged 2 commits into
ggml-org:masterfrom
angt:bench-add-offline

Conversation

@angt

@angt angt commented Jun 12, 2026

Copy link
Copy Markdown
Member

Overview

Additional information

$ ./build/bin/llama bench -hf unsloth/Qwen3.5-0.8B-GGUF
| model                          |       size |     params | backend    | threads |            test |                  t/s |
| ------------------------------ | ---------: | ---------: | ---------- | ------: | --------------: | -------------------: |
| qwen35 0.8B Q4_K - Medium      | 497.39 MiB |   752.39 M | CPU        |      16 |           pp512 |       749.59 ± 15.36 |
| qwen35 0.8B Q4_K - Medium      | 497.39 MiB |   752.39 M | CPU        |      16 |           tg128 |         86.04 ± 0.43 |

build: 70b54e140 (9608)
$ ./build/bin/llama bench -hf unsloth/Qwen3.5-0.8B-GGUF --offline
| model                          |       size |     params | backend    | threads |            test |                  t/s |
| ------------------------------ | ---------: | ---------: | ---------- | ------: | --------------: | -------------------: |
| qwen35 0.8B Q4_K - Medium      | 497.39 MiB |   752.39 M | CPU        |      16 |           pp512 |        786.55 ± 2.95 |
| qwen35 0.8B Q4_K - Medium      | 497.39 MiB |   752.39 M | CPU        |      16 |           tg128 |         85.58 ± 0.39 |

build: 70b54e140 (9608)

Requirements

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt angt marked this pull request as ready for review June 12, 2026 10:25
@github-actions github-actions Bot added python python script changes server labels Jun 12, 2026
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt angt requested review from ggerganov and ngxson June 14, 2026 16:50
@angt angt merged commit e3a74b2 into ggml-org:master Jun 16, 2026
32 of 36 checks passed
papamoose pushed a commit to papamoose/llama.cpp that referenced this pull request Jun 27, 2026
* bench : add --offline

Signed-off-by: Adrien Gallouët <angt@huggingface.co>

* Add default

Signed-off-by: Adrien Gallouët <angt@huggingface.co>

---------

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
adrianhoehne pushed a commit to adrianhoehne/llama.cpp that referenced this pull request Jul 5, 2026
* bench : add --offline

Signed-off-by: Adrien Gallouët <angt@huggingface.co>

* Add default

Signed-off-by: Adrien Gallouët <angt@huggingface.co>

---------

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples python python script changes server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants