add link to PR

This commit is contained in:
Xuan Son Nguyen
2026-08-03 12:14:24 +02:00
parent f25ff5fffe
commit 41a95911b7
+1
View File
@@ -490,6 +490,7 @@ int llama_server(common_params & params, int argc, char ** argv) {
// check the string to also handle the .sock case
if (string_ends_with(ctx_http.listening_address, ":8080")) {
SRV_WRN("%s", "NOTICE: server default port will be changed to :6631 in a future release\n");
SRV_WRN("%s", " ref: https://github.com/ggml-org/llama.cpp/pull/26508\n");
}
if (is_router_server) {