Unverified Commit 44dcb52e authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci][test] finalize fork_new_process_for_each_test (#7114)

parent 67d745cc
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment