From cf442cd57e9e8cee1e56e4635520ced4926c0c33 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 9 May 2024 16:23:37 -0700 Subject: [PATCH] fix typo --- llm/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm/server.go b/llm/server.go index 434a3275..8d0744a9 100644 --- a/llm/server.go +++ b/llm/server.go @@ -218,7 +218,7 @@ func NewLlamaServer(gpus gpu.GpuInfoList, model string, ggml *GGML, adapters, pr if dir == "" { // Shouldn't happen finalErr = fmt.Errorf("[%d] server %s not listed in available servers %v", i, servers[i], availableServers) - slog.Error("sever list inconsistent", "error", finalErr) + slog.Error("server list inconsistent", "error", finalErr) continue }