We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d3c74 commit 9d262f4Copy full SHA for 9d262f4
src/llama-context.cpp
@@ -145,11 +145,6 @@ llama_context::llama_context(
145
__func__, n_ctx_per_seq, hparams.n_ctx_train);
146
}
147
148
- if (!params.swa_full && cparams.n_seq_max > 1 && hparams.is_swa_any()) {
149
- LLAMA_LOG_WARN("%s: requested n_seq_max (%u) > 1, but swa_full is not enabled -- performance may be degraded: %s\n",
150
- __func__, cparams.n_seq_max, "https://github.com/ggml-org/llama.cpp/pull/13845#issuecomment-2924800573");
151
- }
152
-
153
if (!hparams.vocab_only) {
154
// GPU backends
155
for (auto * dev : model.devices) {
0 commit comments