We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d745c commit 44dcb52Copy full SHA for 44dcb52
tests/utils.py
@@ -360,6 +360,9 @@ def wait_for_gpu_memory_to_clear(devices: List[int],
360
361
362
def fork_new_process_for_each_test(f):
363
+ """Decorator to fork a new process for each test function.
364
+ See https://github.com/vllm-project/vllm/issues/7053 for more details.
365
+ """
366
367
@functools.wraps(f)
368
def wrapper(*args, **kwargs):
0 commit comments