Skip to content

Commit 7378f1c

Browse files
windsonsea0xrushi
authored andcommitted
[Docs] Add a start tag to build.inc.md (vllm-project#26747)
Signed-off-by: windsonsea <haifeng.yao@daocloud.io> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
1 parent 56ef648 commit 7378f1c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/getting_started/installation/cpu/arm.inc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARM CPU backend currently supports Float32, FP16 and BFloat16 datatypes.
2323
# --8<-- [end:pre-built-wheels]
2424
# --8<-- [start:build-wheel-from-source]
2525

26-
--8<-- "docs/getting_started/installation/cpu/build.inc.md"
26+
--8<-- "docs/getting_started/installation/cpu/build.inc.md:extra-information"
2727

2828
Testing has been conducted on AWS Graviton3 instances for compatibility.
2929

docs/getting_started/installation/cpu/build.inc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# --8<-- [start:extra-information]
2+
13
First, install the recommended compiler. We recommend using `gcc/g++ >= 12.3.0` as the default compiler to avoid potential problems. For example, on Ubuntu 22.4, you can run:
24

35
```bash
@@ -39,7 +41,4 @@ If you want to develop vLLM, install it in editable mode instead.
3941
VLLM_TARGET_DEVICE=cpu python setup.py develop
4042
```
4143

42-
!!! note
43-
If you are building vLLM from source and not using the pre-built images, remember to set `LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:$LD_PRELOAD"` on x86 machines before running vLLM.
44-
4544
# --8<-- [end:extra-information]

0 commit comments

Comments
 (0)