Michael Yang 11 tháng trước cách đây
mục cha
commit
cf442cd57e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      llm/server.go

+ 1 - 1
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
 		}