discover: fix typo (#12565)

This commit is contained in:
frob
2025-10-11 21:06:02 +02:00
committed by GitHub
parent 70d9e363e1
commit 0c68ec8d6a

View File

@@ -408,7 +408,7 @@ func (r *bootstrapRunner) HasExited() bool {
func bootstrapDevices(ctx context.Context, ollamaLibDirs []string, extraEnvs []string) []ml.DeviceInfo {
// TODO DRY out with llm/server.go
slog.Debug("spawing runner with", "OLLAMA_LIBRARY_PATH", ollamaLibDirs, "extra_envs", extraEnvs)
slog.Debug("spawning runner with", "OLLAMA_LIBRARY_PATH", ollamaLibDirs, "extra_envs", extraEnvs)
start := time.Now()
defer func() {
slog.Debug("bootstrap discovery took", "duration", time.Since(start), "OLLAMA_LIBRARY_PATH", ollamaLibDirs, "extra_envs", extraEnvs)