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 86b4f53 commit e38e26bCopy full SHA for e38e26b
tools/server/server-mmojo.cpp
@@ -3673,7 +3673,7 @@ struct server_context {
3673
{"vocab_type", llama_vocab_type (vocab)},
3674
{"n_vocab", llama_vocab_n_tokens (vocab)},
3675
{"n_ctx_train", llama_model_n_ctx_train (model)},
3676
- {"n_ctx", llama_n_ctx (model)},
+ {"n_ctx", llama_n_ctx (ctx)},
3677
{"n_embd", llama_model_n_embd (model)},
3678
{"n_params", llama_model_n_params (model)},
3679
{"size", llama_model_size (model)},
0 commit comments