mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 08:17:04 +08:00
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com> Co-authored-by: Chih-Chieh-Yang <chih.chieh.yang@ibm.com>
7 lines
142 B
Python
7 lines
142 B
Python
from vllm.triton_utils.custom_cache_manager import (
|
|
maybe_set_triton_cache_manager)
|
|
|
|
__all__ = [
|
|
"maybe_set_triton_cache_manager",
|
|
]
|