mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 08:34:56 +08:00
Remove heading form installation inc.md file (#20697)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
138709f8d1
commit
403b481573
@ -35,23 +35,22 @@ pip install -e .
|
|||||||
!!! note
|
!!! note
|
||||||
On macOS the `VLLM_TARGET_DEVICE` is automatically set to `cpu`, which currently is the only supported device.
|
On macOS the `VLLM_TARGET_DEVICE` is automatically set to `cpu`, which currently is the only supported device.
|
||||||
|
|
||||||
#### Troubleshooting
|
!!! example "Troubleshooting"
|
||||||
|
If the build has error like the following snippet where standard C++ headers cannot be found, try to remove and reinstall your
|
||||||
|
[Command Line Tools for Xcode](https://developer.apple.com/download/all/).
|
||||||
|
|
||||||
If the build has error like the following snippet where standard C++ headers cannot be found, try to remove and reinstall your
|
```text
|
||||||
[Command Line Tools for Xcode](https://developer.apple.com/download/all/).
|
[...] fatal error: 'map' file not found
|
||||||
|
1 | #include <map>
|
||||||
|
| ^~~~~
|
||||||
|
1 error generated.
|
||||||
|
[2/8] Building CXX object CMakeFiles/_C.dir/csrc/cpu/pos_encoding.cpp.o
|
||||||
|
|
||||||
```text
|
[...] fatal error: 'cstddef' file not found
|
||||||
[...] fatal error: 'map' file not found
|
10 | #include <cstddef>
|
||||||
1 | #include <map>
|
| ^~~~~~~~~
|
||||||
| ^~~~~
|
1 error generated.
|
||||||
1 error generated.
|
```
|
||||||
[2/8] Building CXX object CMakeFiles/_C.dir/csrc/cpu/pos_encoding.cpp.o
|
|
||||||
|
|
||||||
[...] fatal error: 'cstddef' file not found
|
|
||||||
10 | #include <cstddef>
|
|
||||||
| ^~~~~~~~~
|
|
||||||
1 error generated.
|
|
||||||
```
|
|
||||||
|
|
||||||
# --8<-- [end:build-wheel-from-source]
|
# --8<-- [end:build-wheel-from-source]
|
||||||
# --8<-- [start:pre-built-images]
|
# --8<-- [start:pre-built-images]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user