MCPcopy
hub / github.com/mudler/LocalAI / LoadOptionF16

Function LoadOptionF16

core/config/model_config_loader.go:66–70  ·  view source on GitHub ↗
(f16 bool)

Source from the content-addressed store, hash-verified

64}
65
66func LoadOptionF16(f16 bool) ConfigLoaderOption {
67 return func(o *LoadOptions) {
68 o.f16 = f16
69 }
70}
71
72type ConfigLoaderOption func(*LoadOptions)
73

Calls

no outgoing calls

Tested by

no test coverage detected