Commit 243a3082d for llama.cpp

commit 243a3082d437383f778c5671191a5c5880563855
Author: Michael Taylor <162068037+mctylr-gh@users.noreply.github.com>
Date:   Sun Sep 13 13:50:46 2026 -0300

    tests : fix typo in test-quant-type-selection for nemotron 3 nano (#28835)

    Corrects a typo in `tests/test-quant-type-selection` for the
    Nvidia Nemotron 3 Nano 30B A3B model, which was referred to as
    *nvidia-nemotron-nano-3-30b-a3b*.

    The error made the test skip that test case, rather than failing
    the test.

    [no release]

diff --git a/tests/snapshots/nemotron-nano-3-30b-a3b.schema b/tests/snapshots/nvidia-nemotron-3-nano-30b-a3b.schema
similarity index 100%
rename from tests/snapshots/nemotron-nano-3-30b-a3b.schema
rename to tests/snapshots/nvidia-nemotron-3-nano-30b-a3b.schema
diff --git a/tests/test-quant-type-selection.cpp b/tests/test-quant-type-selection.cpp
index 9a5f5e53e..1696ec164 100644
--- a/tests/test-quant-type-selection.cpp
+++ b/tests/test-quant-type-selection.cpp
@@ -221,7 +221,7 @@ static const remote_model_spec model_specs[] = {
     { "ggml-org/Step-3.5-Flash-GGUF",                 "Q4_K"   },
     { "ggml-org/Qwen3-Coder-Next-GGUF",               "Q8_0"   },
     { "ggml-org/Qwen3-14B-GGUF",                      "Q8_0"   },
-    { "ggml-org/NVIDIA-Nemotron-Nano-3-30B-A3B-GGUF", "Q8_0"   },
+    { "ggml-org/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF", "Q8_0"   },
     { "ggml-org/gpt-oss-120b-GGUF",                   "mxfp4"  },
     { "ggml-org/gemma-3-4b-it-GGUF",                  "Q8_0"   },
     { "bartowski/Meta-Llama-3.1-70B-Instruct-GGUF",   "Q4_K_M" },