From 47cc95fc9ff65bfd2643249d5a3ee19da57a2213 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 20 Jul 2023 00:40:26 +0200 Subject: [PATCH] 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 --- pkg/model/initializers.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/model/initializers.go b/pkg/model/initializers.go index 53fc684a..d3b4bb3f 100644 --- a/pkg/model/initializers.go +++ b/pkg/model/initializers.go @@ -62,6 +62,11 @@ var AutoLoadBackends []string = []string{ MPTBackend, ReplitBackend, StarcoderBackend, + BloomzBackend, + RwkvBackend, + WhisperBackend, + StableDiffusionBackend, + PiperBackend, } func (ml *ModelLoader) StopGRPC() {