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()))
opts.NumCtx=int(ggml.NumCtx())
ifopts.NumCtx>int(ggml.KV().ContextLength()){
slog.Warn("requested context length is greater than model max context length","requested",opts.NumCtx,"model",ggml.KV().ContextLength())