Skip to content

Commit 0eed516

Browse files
authored
[doc] Fix broken link in the installation for CPU (#19980)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
1 parent ee5ad8d commit 0eed516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/cpu/build.inc.md"
26+
--8<-- "docs/getting_started/installation/cpu/build.inc.md"
2727

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vLLM initially supports basic model inferencing and serving on x86 CPU platform,
2424
# --8<-- [end:pre-built-wheels]
2525
# --8<-- [start:build-wheel-from-source]
2626

27-
--8<-- "docs/getting_started/installation/cpu/cpu/build.inc.md"
27+
--8<-- "docs/getting_started/installation/cpu/build.inc.md"
2828

2929
!!! note
3030
- AVX512_BF16 is an extension ISA provides native BF16 data type conversion and vector product instructions, which brings some performance improvement compared with pure AVX512. The CPU backend build script will check the host CPU flags to determine whether to enable AVX512_BF16.

0 commit comments

Comments
 (0)