[Frontend] Remove custom_cache_manager (#13791)

Signed-off-by: fulvius31 <asangior@redhat.com>
This commit is contained in:
Alessandro Sangiorgi
2025-03-19 11:13:50 -05:00
committed by GitHub
parent a4d83661d7
commit 374ee287d8
3 changed files with 1 additions and 71 deletions

View File

@@ -2,11 +2,4 @@
from vllm.triton_utils.importing import HAS_TRITON
__all__ = ["HAS_TRITON"]
if HAS_TRITON:
from vllm.triton_utils.custom_cache_manager import (
maybe_set_triton_cache_manager)
__all__ += ["maybe_set_triton_cache_manager"]
__all__ = ["HAS_TRITON"]