text-generation-inference/integration-tests
Daniël de Kok 9a1475d816 Fix (non-container) pytest stdout buffering-related lock-up
Two issues:

1. When one of the stdout/stderr pipe buffers of a process started
   with `subprocess.Popen` is full, the process can get blocked until
   the buffer is drained.
2. Calling `Popen.wait` can deadlock when called before draining
   the pipe buffers (if they are full).

This avoids the issue altogether by giving the child process a
temporary file to write to.
2024-09-24 03:16:16 +00:00
..
images Pali gemma modeling (#1895) 2024-07-17 05:36:58 +00:00
models Fix GPTQ for models which do not have float16 at the default dtype (simpler) (#1953) 2024-09-24 03:14:53 +00:00
conftest.py Fix (non-container) pytest stdout buffering-related lock-up 2024-09-24 03:16:16 +00:00
poetry.lock fix: improve tool type, bump pydantic and outlines (#1650) 2024-04-25 12:34:55 +03:00
pyproject.toml v2.0.1 2024-06-03 15:39:47 +03:00
pytest.ini chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
requirements.txt fix: improve tool type, bump pydantic and outlines (#1650) 2024-04-25 12:34:55 +03:00