Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Feb 7, 2024
1 parent ffeb59a commit 3263d2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/model/initializers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ const (
GoLlamaBackend = "llama"
LlamaGGML = "llama-ggml"
LLamaCPP = "llama-cpp"
GPTJBackend = "gptj"
DollyBackend = "dolly"
MPTBackend = "mpt"
GPTNeoXBackend = "gptneox"
ReplitBackend = "replit"
Gpt4AllLlamaBackend = "gpt4all-llama"
Gpt4AllMptBackend = "gpt4all-mpt"
Gpt4AllJBackend = "gpt4all-j"
Expand All @@ -50,12 +45,7 @@ var AutoLoadBackends []string = []string{
LlamaGGML,
GoLlamaBackend,
Gpt4All,
GPTNeoXBackend,
BertEmbeddingsBackend,
GPTJBackend,
DollyBackend,
MPTBackend,
ReplitBackend,
RwkvBackend,
WhisperBackend,
StableDiffusionBackend,
Expand Down

0 comments on commit 3263d2d

Please sign in to comment.