[Doc] Update doc for custom ops build (#570)

- update doc about custom ops compile

---------

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-04-18 15:35:10 +08:00
committed by GitHub
parent b91f9a5afd
commit 2c903bc7ac

View File

@@ -178,6 +178,7 @@ pip install -e . --extra-index https://download.pytorch.org/whl/cpu/
```{note}
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.
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.
```
::::