Skip to content

Commit af89ebb

Browse files
author
闫鹏全
committed
fix
1 parent 5fdacc7 commit af89ebb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _read_requirements(filename: str) -> List[str]:
7373

7474
USE_NINJA = os.getenv("USE_NINJA") == "1"
7575
current_dir = os.path.dirname(os.path.abspath(__file__))
76-
cpp_src_path = os.path.join(current_dir, "vllm_ascend", "csrc", "torch_bindings.cpp")
76+
cpp_src_path = os.path.join(current_dir, "csrc", "torch_binding.cpp")
7777

7878
setup(
7979
name='vllm_ascend',

0 commit comments

Comments
 (0)