Files
enginex-vastai-va16-vllm/vllm/lora/layers/qkv_x_parallel_linear.py
2026-04-02 04:55:00 +00:00

9 lines
233 B
Python

# 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