mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-08-12 22:29:39 +04:00
server: fix usage stats (#1647)
Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
co-authored by
firecoperana <firecoperana>
parent
a42f898d35
commit
7b6507ddac
@@ -1262,7 +1262,8 @@ int main(int argc, char ** argv) {
|
||||
{"object", "model"},
|
||||
{"created", std::time(0)},
|
||||
{"owned_by", "llamacpp"},
|
||||
{"meta", model_meta}
|
||||
{"meta", model_meta},
|
||||
{"max_model_len", params.n_ctx}, //vllm specs
|
||||
},
|
||||
}}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user