it will always return an error due to Kill() discarding Wait() errors
This commit is contained in:
parent
63c763685f
commit
ba26c7aa00
1 changed files with 1 additions and 3 deletions
|
@ -903,9 +903,7 @@ func (s *llmServer) Close() error {
|
|||
return err
|
||||
}
|
||||
|
||||
if err := s.cmd.Wait(); err != nil {
|
||||
return err
|
||||
}
|
||||
_ = s.cmd.Wait()
|
||||
|
||||
slog.Debug("llama server stopped")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue