We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d479 commit b68f3f6Copy full SHA for b68f3f6
src/llama-model.cpp
@@ -853,7 +853,8 @@ void llama_model::load_hparams(llama_model_loader & ml) {
853
default: type = LLM_TYPE_UNKNOWN;
854
}
855
856
- LLAMA_LOG_WARN("%s: Phi-3 SWA is currently disabled - results might be suboptimal\n", __func__);
+ 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");
858
859
// TODO: fix conversion scripts to correctly populate `n_swa` and `n_swa_pattern`
860
hparams.swa_type = LLAMA_SWA_TYPE_NONE;
0 commit comments