MCPcopy
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
88func WithModelID(id string) Option {
89 return func(o *Options) {
90 o.modelID = id
91 }
92}
93
94func WithModelSizeBytes(bytes int64) Option {
95 return func(o *Options) {

Callers 10

RealtimeCallsFunction · 0.92
ModelOptionsFunction · 0.92
StoreBackendFunction · 0.92
StartJobMethod · 0.92
StreamProgressMethod · 0.92
StartJobMethod · 0.92
StreamProgressMethod · 0.92
ListCheckpointsMethod · 0.92
ExportModelMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected