[Chore] Separate out hashing utilities from vllm.utils (#27151)

Signed-off-by: dongbo910220 <1275604947@qq.com>
This commit is contained in:
dongbo910220
2025-10-19 11:09:38 +08:00
committed by GitHub
parent 191eed0bb9
commit 8a297115e2
11 changed files with 74 additions and 62 deletions

View File

@@ -43,6 +43,7 @@ ALLOWED_FILES = {
"tests/utils.py",
# pickle and cloudpickle
"vllm/utils/__init__.py",
"vllm/utils/hashing.py",
}
PICKLE_RE = re.compile(