Skip to content

Revert "doc: add info for macos clang errors (#16049)" #16091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/source/getting_started/installation/cpu/apple.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are no pre-built wheels or images for this device, so you must build vLLM

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

## Set up using Python

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

If run with error like the following snippet you need to check clang version and install a compatible version.

```text
AttributeError: '_OpNamespace' '_C' object has no attribute 'silu_and_mul'
```

More information can be found in <gh-issue:15941>.

## Set up using Docker

### Pre-built images
Expand Down