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 271b22e commit db6254fCopy full SHA for db6254f
tools/server/server-mmojo.cpp
@@ -3673,6 +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_model_n_ctx (model)},
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