[Frontend] Remove custom_cache_manager (#13791)
Signed-off-by: fulvius31 <asangior@redhat.com>
This commit is contained in:
committed by
GitHub
parent
a4d83661d7
commit
374ee287d8
@@ -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"]
|
||||
Reference in New Issue
Block a user