init
This commit is contained in:
8
vllm/lora/layers/qkv_x_parallel_linear.py
Normal file
8
vllm/lora/layers/qkv_x_parallel_linear.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user