[Chore] Separate out vllm.utils.mem_utils (#27143)

Signed-off-by: iAmir97 <Amir.balwel@embeddedllm.com>
Signed-off-by: iAmir97 <71513472+iAmir97@users.noreply.github.com>
Co-authored-by: iAmir97 <Amir.balwel@embeddedllm.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
iAmir97
2025-10-18 17:06:59 +07:00
committed by GitHub
parent 83004020fd
commit 1d165d6d85
19 changed files with 268 additions and 252 deletions

View File

@@ -23,7 +23,6 @@ from vllm.transformers_utils.detokenizer_utils import convert_ids_list_to_tokens
from vllm.utils import (
FlexibleArgumentParser,
MemorySnapshot,
bind_kv_cache,
common_broadcastable_dtype,
current_stream,
@@ -33,13 +32,13 @@ from vllm.utils import (
join_host_port,
make_zmq_path,
make_zmq_socket,
memory_profiling,
sha256,
split_host_port,
split_zmq_path,
unique_filepath,
)
from vllm.utils.mem_utils import MemorySnapshot, memory_profiling
from ..utils import create_new_process_for_each_test, flat_product