Skip to content

Commit e38e26b

Browse files
Update server-mmojo.cpp
Signed-off-by: Brad Hutchings <[email protected]>
1 parent 86b4f53 commit e38e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/server-mmojo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@ struct server_context {
36733673
{"vocab_type", llama_vocab_type (vocab)},
36743674
{"n_vocab", llama_vocab_n_tokens (vocab)},
36753675
{"n_ctx_train", llama_model_n_ctx_train (model)},
3676-
{"n_ctx", llama_n_ctx (model)},
3676+
{"n_ctx", llama_n_ctx (ctx)},
36773677
{"n_embd", llama_model_n_embd (model)},
36783678
{"n_params", llama_model_n_params (model)},
36793679
{"size", llama_model_size (model)},

0 commit comments

Comments
 (0)