Skip to content

Commit 7773354

Browse files
committed
feat(lora) Add lora shrink & expand ops
1 parent 506c942 commit 7773354

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/lora/lora_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22
import torch
3-
43
import vllm_xpu_kernels._xpu_C # noqa: F401
54

65

tests/quantization/fp8_linear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import torch
66
import torch.nn as nn
7-
87
import vllm_xpu_kernels._xpu_C # noqa: F401
98

109
from .utils import (DTYPE_BITS_MAPPING, VLLM_ACT_QUANT_MODE_TO_XPU,

0 commit comments

Comments
 (0)