Files
enginex-vastai-va16-vllm/vllm/lora/layers/qkv_x_parallel_linear.py

9 lines
233 B
Python
Raw Permalink Normal View History

2026-04-02 04:53:13 +00: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