"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b2140a895b6530ffb5aac96a9a4ea5e06e848a83"
Commit cf442cd5 authored by Michael Yang's avatar Michael Yang
Browse files

fix typo

parent 0e1ba658
...@@ -218,7 +218,7 @@ func NewLlamaServer(gpus gpu.GpuInfoList, model string, ggml *GGML, adapters, pr ...@@ -218,7 +218,7 @@ func NewLlamaServer(gpus gpu.GpuInfoList, model string, ggml *GGML, adapters, pr
if dir == "" { if dir == "" {
// Shouldn't happen // Shouldn't happen
finalErr = fmt.Errorf("[%d] server %s not listed in available servers %v", i, servers[i], availableServers) 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 continue
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment