]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
lint : remove trailing whitepace (#14304)
authorSigbjørn Skjæret <redacted>
Fri, 20 Jun 2025 14:37:44 +0000 (16:37 +0200)
committerGitHub <redacted>
Fri, 20 Jun 2025 14:37:44 +0000 (16:37 +0200)
src/llama-vocab.cpp

index 4aaf4c8250ce54285ff26a34ae812e4f0dcc23dc..5c9eb87566dde746d2e1c6eefa9f1c020a5f6e8e 100644 (file)
@@ -3078,7 +3078,7 @@ int32_t llama_vocab::tokenize(
         LLAMA_LOG_ERROR("%s: tokenization result size %zu exceeds int32_t limit\n", __func__, res.size());
         return std::numeric_limits<int32_t>::min();
     }
-    
+
     if (n_tokens_max < (int) res.size()) {
         // LLAMA_LOG_ERROR("%s: too many tokens\n", __func__);
         return -((int) res.size());