Skip to content

Commit 0751341

Browse files
committed
Revert "doc: add info for macos clang errors (#16049)"
This reverts commit 4ef0bb1.
1 parent 63375f0 commit 0751341

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are no pre-built wheels or images for this device, so you must build vLLM
1212

1313
- OS: `macOS Sonoma` or later
1414
- SDK: `XCode 15.4` or later with Command Line Tools
15-
- Compiler: `Apple Clang >= 15.0.0` and `Apple Clang < 17.0.0`
15+
- Compiler: `Apple Clang >= 15.0.0`
1616

1717
## Set up using Python
1818

@@ -51,14 +51,6 @@ If the build has error like the following snippet where standard C++ headers can
5151
1 error generated.
5252
```
5353

54-
If run with error like the following snippet you need to check clang version and install a compatible version.
55-
56-
```text
57-
AttributeError: '_OpNamespace' '_C' object has no attribute 'silu_and_mul'
58-
```
59-
60-
More information can be found in <gh-issue:15941>.
61-
6254
## Set up using Docker
6355

6456
### Pre-built images

0 commit comments

Comments
 (0)