|
@@ -35,6 +35,11 @@ func New(workDir, model string, adapters, projectors []string, opts api.Options)
|
|
|
+ log.Printf("WARNING: requested context length is greater than model's max context length (%d > %d), using %d instead", opts.NumCtx, ggml.NumCtx(), ggml.NumCtx())
|