mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
draft of the config mapper?
This commit is contained in:
parent
9a1302ac0c
commit
8cf65018ac
4 changed files with 143 additions and 12 deletions
|
@ -63,9 +63,9 @@ func combineRequestAndConfig[RequestType any](configManager *ConfigManager, mode
|
|||
}, nil
|
||||
}
|
||||
|
||||
func (las *LocalAIServer) loadModel(configStub ConfigStub) {
|
||||
|
||||
}
|
||||
// func (las *LocalAIServer) loadModel(configStub ConfigStub) {
|
||||
|
||||
// }
|
||||
|
||||
// CancelFineTune implements StrictServerInterface
|
||||
func (*LocalAIServer) CancelFineTune(ctx context.Context, request CancelFineTuneRequestObject) (CancelFineTuneResponseObject, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue