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.
n_ctx_pre_seq
n_ctx_per_seq
1 parent 3e168be commit 16a457fCopy full SHA for 16a457f
src/llama-context.cpp
@@ -114,7 +114,7 @@ llama_context::llama_context(
114
}
115
116
if (n_ctx_per_seq > hparams.n_ctx_train) {
117
- LLAMA_LOG_WARN("%s: n_ctx_pre_seq (%u) > n_ctx_train (%u) -- possible training context overflow\n",
+ LLAMA_LOG_WARN("%s: n_ctx_per_seq (%u) > n_ctx_train (%u) -- possible training context overflow\n",
118
__func__, n_ctx_per_seq, hparams.n_ctx_train);
119
120
0 commit comments