[Chore] Separate out vllm.utils.platform_utils.py (#27374)

Signed-off-by: Jonathan <chenleejonathan@gmail.com>
This commit is contained in:
Jonathan Chen
2025-10-23 15:08:06 -04:00
committed by GitHub
parent a9f55dc588
commit ca76486a16
21 changed files with 79 additions and 70 deletions

View File

@@ -21,7 +21,7 @@ import torch
import vllm.envs as envs
from vllm.connections import global_http_connection
from vllm.logger import init_logger
from vllm.utils import cuda_get_device_properties
from vllm.utils.platform_utils import cuda_get_device_properties
from vllm.utils.torch_utils import cuda_device_count_stateless
from vllm.version import __version__ as VLLM_VERSION