[Chore] Separate out vllm.utils.func (#26904)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-15 21:03:58 +08:00
committed by GitHub
parent f57438338d
commit 136a17fe6e
18 changed files with 407 additions and 371 deletions

View File

@@ -17,7 +17,7 @@ from transformers import (
)
from vllm.platforms import current_platform
from vllm.utils import identity
from vllm.utils.func import identity
from ....conftest import (
IMAGE_ASSETS,