MCPcopy Index your code
hub / github.com/mudler/LocalAI / UnloadRemoteModel

Method UnloadRemoteModel

pkg/model/loader.go:33–33  ·  view source on GitHub ↗
(modelName string)

Source from the content-addressed store, hash-verified

31// RemoteModelUnloader.UnloadRemoteModel is called to tell the remote node to free it.
32type RemoteModelUnloader interface {
33 UnloadRemoteModel(modelName string) error
34}
35
36// ModelRouter is a callback that routes model loading to a remote node

Callers 4

unloader_test.goFile · 0.65
deleteProcessMethod · 0.65

Implementers 1

RemoteUnloaderAdaptercore/services/nodes/unloader.go

Calls

no outgoing calls

Tested by

no test coverage detected