Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ def wait_for_gpu_memory_to_clear(devices: List[int],


def fork_new_process_for_each_test(f):
"""Decorator to fork a new process for each test function.
See https://github.com/vllm-project/vllm/issues/7053 for more details.
"""

@functools.wraps(f)
def wrapper(*args, **kwargs):
Expand Down