Skip to content

Commit 925d2f1

Browse files
authored
[Doc] Fix typo for x86 CPU installation (#12514)
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
1 parent 8f58a51 commit 925d2f1

File tree

1 file changed

+1
-1
lines changed
  • docs/source/getting_started/installation/cpu

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vLLM initially supports basic model inferencing and serving on x86 CPU platform,
1818
:::
1919

2020
```{note}
21-
- AVX512_BF16 is an extension ISA provides native BF16 data type conversion and vector product instructions, will 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.
21+
- 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.
2222
- If you want to force enable AVX512_BF16 for the cross-compilation, please set environment variable `VLLM_CPU_AVX512BF16=1` before the building.
2323
```
2424

0 commit comments

Comments
 (0)