Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
func
LoadOptionF16(f16 bool) ConfigLoaderOption {
67
return
func
(o *LoadOptions) {
68
o.f16 = f16
69
}
70
}
71
72
type
ConfigLoaderOption
func
(*LoadOptions)
73
Callers
2
ToConfigLoaderOptions
Method · 0.85
LoadModelConfigFileByNameDefaultOptions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected