Skip to content

Commit 403b481

Browse files
authored
Remove heading form installation inc.md file (#20697)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent 138709f commit 403b481

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

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

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,22 @@ pip install -e .
3535
!!! note
3636
On macOS the `VLLM_TARGET_DEVICE` is automatically set to `cpu`, which currently is the only supported device.
3737

38-
#### Troubleshooting
39-
40-
If the build has error like the following snippet where standard C++ headers cannot be found, try to remove and reinstall your
41-
[Command Line Tools for Xcode](https://developer.apple.com/download/all/).
42-
43-
```text
44-
[...] fatal error: 'map' file not found
45-
1 | #include <map>
46-
| ^~~~~
47-
1 error generated.
48-
[2/8] Building CXX object CMakeFiles/_C.dir/csrc/cpu/pos_encoding.cpp.o
49-
50-
[...] fatal error: 'cstddef' file not found
51-
10 | #include <cstddef>
52-
| ^~~~~~~~~
53-
1 error generated.
54-
```
38+
!!! example "Troubleshooting"
39+
If the build has error like the following snippet where standard C++ headers cannot be found, try to remove and reinstall your
40+
[Command Line Tools for Xcode](https://developer.apple.com/download/all/).
41+
42+
```text
43+
[...] fatal error: 'map' file not found
44+
1 | #include <map>
45+
| ^~~~~
46+
1 error generated.
47+
[2/8] Building CXX object CMakeFiles/_C.dir/csrc/cpu/pos_encoding.cpp.o
48+
49+
[...] fatal error: 'cstddef' file not found
50+
10 | #include <cstddef>
51+
| ^~~~~~~~~
52+
1 error generated.
53+
```
5554

5655
# --8<-- [end:build-wheel-from-source]
5756
# --8<-- [start:pre-built-images]

0 commit comments

Comments
 (0)