Merge pull request #4305 from ollama/mxyng/typo

fix typo
This commit is contained in:
Michael Yang 2024-05-09 16:42:09 -07:00 committed by GitHub
commit ffa4d5134a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}