__init__.py 294 Bytes
Newer Older
chenzk's avatar
chenzk committed
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""
Layers from upstream compactor (attention, linear, MoE, …).

Prefer importing concrete modules, e.g. ``from vllm.kvprune.layers.attention import ...``.
"""

__all__: list[str] = []