File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed
docs/getting_started/installation/cpu Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,22 @@ pip install -e .
35
35
!!! note
36
36
On macOS the ` VLLM_TARGET_DEVICE ` is automatically set to ` cpu ` , which currently is the only supported device.
37
37
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
+ ```
55
54
56
55
# --8<-- [ end: build-wheel-from-source ]
57
56
# --8<-- [ start: pre-built-images ]
You can’t perform that action at this time.
0 commit comments