(ctxSize int)
| 52 | } |
| 53 | |
| 54 | func LoadOptionContextSize(ctxSize int) ConfigLoaderOption { |
| 55 | return func(o *LoadOptions) { |
| 56 | o.ctxSize = ctxSize |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | func ModelPath(modelPath string) ConfigLoaderOption { |
| 61 | return func(o *LoadOptions) { |
no outgoing calls
no test coverage detected