correct to 9931

This commit is contained in:
Xuan Son Nguyen
2026-08-03 12:18:50 +02:00
parent 41a95911b7
commit 7f5903206c
+1 -1
View File
@@ -489,7 +489,7 @@ int llama_server(common_params & params, int argc, char ** argv) {
// TODO: remove this in the future
// 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", "NOTICE: server default port will be changed to :9931 in a future release\n");
SRV_WRN("%s", " ref: https://github.com/ggml-org/llama.cpp/pull/26508\n");
}