Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ WithModelID
Function
WithModelID
pkg/model/loader_options.go:88–92 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
WithModelID(id string) Option {
89
return
func
(o *Options) {
90
o.modelID = id
91
}
92
}
93
94
func
WithModelSizeBytes(bytes int64) Option {
95
return
func
(o *Options) {
Callers
10
RealtimeCalls
Function · 0.92
ModelOptions
Function · 0.92
StoreBackend
Function · 0.92
StartJob
Method · 0.92
StreamProgress
Method · 0.92
StartJob
Method · 0.92
StreamProgress
Method · 0.92
ListCheckpoints
Method · 0.92
ExportModel
Method · 0.92
load_observer_test.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected