Skip to content

Commit 2c903bc

Browse files
authored
[Doc] Update doc for custom ops build (#570)
- update doc about custom ops compile --------- Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent b91f9a5 commit 2c903bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ pip install -e . --extra-index https://download.pytorch.org/whl/cpu/
178178

179179
```{note}
180180
vllm-ascend will build custom ops by default. If you don't want to build it, set `COMPILE_CUSTOM_KERNELS=0` environment to disable it.
181+
To build custom ops, gcc/g++ higher than 8 and c++ 17 or higher is required. If you encourage a torch-npu version conflict, please install with `pip install --no-build-isolation -e .` to build on system env.
181182
```
182183

183184
::::

0 commit comments

Comments
 (0)