Skip to content

Commit b68f3f6

Browse files
committed
model : update warning message
1 parent 345d479 commit b68f3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/llama-model.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,8 @@ void llama_model::load_hparams(llama_model_loader & ml) {
853853
default: type = LLM_TYPE_UNKNOWN;
854854
}
855855

856-
LLAMA_LOG_WARN("%s: Phi-3 SWA is currently disabled - results might be suboptimal\n", __func__);
856+
LLAMA_LOG_WARN("%s: Phi SWA is currently disabled - results might be suboptimal for some models (see %s)\n",
857+
__func__, "https://github.com/ggml-org/llama.cpp/pull/13676");
857858

858859
// TODO: fix conversion scripts to correctly populate `n_swa` and `n_swa_pattern`
859860
hparams.swa_type = LLAMA_SWA_TYPE_NONE;

0 commit comments

Comments
 (0)