Skip to content

Commit a34ddcf

Browse files
committed
custom op env fix
Signed-off-by: QianChenxi <chenxi.qian.cq@outlook.com>
1 parent fde66f3 commit a34ddcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# set custom ops path
4242
CUR_DIR = os.path.dirname(os.path.realpath(__file__))
43-
CUSTOM_OPP_PATH = os.path.join(CUR_DIR, "vllm_ascend", "_cann_ops_custom",
43+
CUSTOM_OPP_PATH = os.path.join(CUR_DIR, "_cann_ops_custom",
4444
"vendors", "customize")
4545
CUSTOM_LIB_PATH = os.path.join(CUSTOM_OPP_PATH, "op_api", "lib")
4646

0 commit comments

Comments
 (0)