Skip to content

Commit 06a5ebe

Browse files
committed
rm outdated comments
1 parent b51da9a commit 06a5ebe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/server/server-context.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3453,10 +3453,6 @@ void server_routes::init_routes() {
34533453
model_meta = ctx_server.json_server_model_meta;
34543454
}
34553455
bool has_mtmd = ctx_server.mctx != nullptr;
3456-
3457-
// IMPORTANT: this endpoint can be accessed on model loading and in sleeping mode
3458-
// do NOT access dynamic model info that requires calling libllama APIs
3459-
34603456
json models = {
34613457
{"models", {
34623458
{

0 commit comments

Comments
 (0)