Files
bi100_contest-03/__init__.py
4paradigm 780b5e1ff4
Some checks failed
Docker Build and Push / docker (push) Failing after 2m10s
Initial commit
2026-07-24 15:17:23 +08:00

10 lines
277 B
Python

from vllm.triton_utils.importing import HAS_TRITON
__all__ = ["HAS_TRITON"]
#from vllm.triton_utils.custom_cache_manager import (
# maybe_set_triton_cache_manager)
#from vllm.triton_utils.libentry import libentry
__all__ += ["maybe_set_triton_cache_manager", "libentry"]