[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

@@ -7,7 +7,7 @@ from unittest.mock import patch
import pytest
from vllm import LLM
from vllm.utils import GiB_bytes
from vllm.utils.mem_constants import GiB_bytes
from vllm.v1.core.kv_cache_utils import (
generate_scheduler_kv_cache_config,
get_kv_cache_configs,