Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
4ef0bb1f
Unverified
Commit
4ef0bb1f
authored
Apr 04, 2025
by
yihong
Committed by
GitHub
Apr 04, 2025
Browse files
doc: add info for macos clang errors (#16049)
Signed-off-by:
yihong0618
<
zouzou0208@gmail.com
>
parent
fadc59c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
docs/source/getting_started/installation/cpu/apple.inc.md
docs/source/getting_started/installation/cpu/apple.inc.md
+9
-1
No files found.
docs/source/getting_started/installation/cpu/apple.inc.md
View file @
4ef0bb1f
...
@@ -12,7 +12,7 @@ There are no pre-built wheels or images for this device, so you must build vLLM
...
@@ -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
-
OS:
`macOS Sonoma`
or later
-
SDK:
`XCode 15.4`
or later with Command Line Tools
-
SDK:
`XCode 15.4`
or later with Command Line Tools
-
Compiler:
`Apple Clang >= 15.0.0`
-
Compiler:
`Apple Clang >= 15.0.0`
and
`Apple Clang < 17.0.0`
## Set up using Python
## Set up using Python
...
@@ -51,6 +51,14 @@ If the build has error like the following snippet where standard C++ headers can
...
@@ -51,6 +51,14 @@ If the build has error like the following snippet where standard C++ headers can
1 error generated.
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
## Set up using Docker
### Pre-built images
### Pre-built images
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment