slog.Warn(fmt.Sprintf("requested context length is greater than model's max context length (%d > %d), using %d instead",opts.NumCtx,ggml.NumCtx(),ggml.NumCtx()))
slog.Warn("requested context length is greater than model max context length","requested",opts.NumCtx,"model",ggml.KV().ContextLength())