mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-01 07:41:06 -05:00
chore(gallery agent): support non-gguf
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -62,9 +62,6 @@ func main() {
|
||||
}
|
||||
|
||||
quantization := os.Getenv("QUANTIZATION")
|
||||
if quantization == "" {
|
||||
quantization = "Q4_K_M"
|
||||
}
|
||||
|
||||
maxModels := os.Getenv("MAX_MODELS")
|
||||
if maxModels == "" {
|
||||
|
||||
Reference in New Issue
Block a user