Skip to content

tests : avoid building get-model.cpp many times - #26317

Merged
ggerganov merged 2 commits into
masterfrom
gg/tests-remove-get-model-source
Jul 30, 2026
Merged

tests : avoid building get-model.cpp many times#26317
ggerganov merged 2 commits into
masterfrom
gg/tests-remove-get-model-source

Conversation

@ggerganov

Copy link
Copy Markdown
Member

Overview

Noticed that this source file gets compiled for almost every tests, so moved the function to libllama-common to avoid that.

Requirements

@ggerganov
ggerganov requested a review from a team as a code owner July 30, 2026 12:09
@github-actions github-actions Bot added the testing Everything test related label Jul 30, 2026
{ "ggml-org/gemma-3-4b-it-GGUF", "Q8_0" },
{ "bartowski/Meta-Llama-3.1-70B-Instruct-GGUF", "Q4_K_M" },
{ "bartowski/deepseek-ai_DeepSeek-V3.1-GGUF", "IQ1_M" },
//{ "bartowski/Qwen_Qwen3.5-397B-A17B-GGUF", "IQ1_S" }, // TODO: swap with ggml-org if/when it's released

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bartowski1182 The Qwen3.5-397B quant seems to have changed, so I commented it out to avoid the test failing.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed a similar issue with some models in the chat template tests for models that had existed for years, not sure why it happens, no worries, this has lived here long enough to know it works fine without this one model

(aka go ahead and delete the line if you'd like)

@ggerganov
ggerganov merged commit 47f686f into master Jul 30, 2026
23 of 26 checks passed
@ggerganov
ggerganov deleted the gg/tests-remove-get-model-source branch July 30, 2026 16:34
satindergrewal added a commit to satindergrewal/llama.cpp that referenced this pull request Aug 2, 2026
…nkling preprocessor

Upstream ggml-org#26317 deleted tests/get-model.cpp (moved into common). Upstreams
mtmd-image.cpp refactor dropped our inkling image preprocessor (from PR
ggml-org#25731 snapshot); re-spliced the helper + override, verified build+link.
kashif pushed a commit to kashif/llama.cpp that referenced this pull request Aug 2, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 2, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
smalinin pushed a commit to smalinin/llama.cpp that referenced this pull request Aug 4, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 6, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 10, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
satindergrewal pushed a commit to satindergrewal/llama.cpp that referenced this pull request Aug 11, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
satindergrewal added a commit to satindergrewal/llama.cpp that referenced this pull request Aug 11, 2026
…nkling preprocessor

Upstream ggml-org#26317 deleted tests/get-model.cpp (moved into common). Upstreams
mtmd-image.cpp refactor dropped our inkling image preprocessor (from PR
ggml-org#25731 snapshot); re-spliced the helper + override, verified build+link.
satindergrewal pushed a commit to satindergrewal/llama.cpp that referenced this pull request Aug 12, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
satindergrewal added a commit to satindergrewal/llama.cpp that referenced this pull request Aug 12, 2026
…nkling preprocessor

Upstream ggml-org#26317 deleted tests/get-model.cpp (moved into common). Upstreams
mtmd-image.cpp refactor dropped our inkling image preprocessor (from PR
ggml-org#25731 snapshot); re-spliced the helper + override, verified build+link.
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 15, 2026
* tests : remove get-model.cpp

* tests : fix quant type selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Everything test related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants