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