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

Function WithBackendImagesReleaseTag

pkg/system/state.go:55–59  ·  view source on GitHub ↗
(tag string)

Source from the content-addressed store, hash-verified

53}
54
55func WithBackendImagesReleaseTag(tag string) SystemStateOptions {
56 return func(s *SystemState) {
57 s.BackendImagesReleaseTag = tag
58 }
59}
60
61func WithBackendImagesBranchTag(tag string) SystemStateOptions {
62 return func(s *SystemState) {

Callers 1

RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected