Files
enginex-biren-vllm/vllm/lora/layers/qkv_x_parallel_linear.py

9 lines
233 B
Python
Raw Normal View History

2026-03-10 13:31:25 +08:00
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from .base import BaseLayerWithLoRA
#TODO: Implement this
class QKVCrossParallelLinearWithLoRA(BaseLayerWithLoRA):
pass