context : autoscale n_ctx_train when yarn scaling specified (#28030)

This commit is contained in:
Sigbjørn Skjæret
2026-09-01 19:59:54 +03:00
committed by GitHub
parent f28493c783
commit dfc29b64eb
2 changed files with 16 additions and 7 deletions
+1
View File
@@ -57,6 +57,7 @@ struct llama_cparams {
std::vector<bool> embeddings_layer_inp; // [n_layer()] extract input embeddings for layer
enum llama_context_type ctx_type;
enum llama_rope_scaling_type rope_scaling_type;
enum llama_pooling_type pooling_type;
ggml_backend_sched_eval_callback cb_eval;