diff --git a/discover/runner.go b/discover/runner.go index 3e719bc9..6dfcae11 100644 --- a/discover/runner.go +++ b/discover/runner.go @@ -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)