__init__.py 227 Bytes
Newer Older
1
2
3
4
5
6
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from . import ops
from .op import enable_torch_wrap, register_op

__all__ = ["enable_torch_wrap", "register_op", "ops"]