mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
feat: add all backends to autoload
Now since gRPCs are not crashing the main thread we can just greedly attempt all the backends we have available. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
3feb632eb4
commit
47cc95fc9f
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ var AutoLoadBackends []string = []string{
|
||||||
MPTBackend,
|
MPTBackend,
|
||||||
ReplitBackend,
|
ReplitBackend,
|
||||||
StarcoderBackend,
|
StarcoderBackend,
|
||||||
|
BloomzBackend,
|
||||||
|
RwkvBackend,
|
||||||
|
WhisperBackend,
|
||||||
|
StableDiffusionBackend,
|
||||||
|
PiperBackend,
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ml *ModelLoader) StopGRPC() {
|
func (ml *ModelLoader) StopGRPC() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue