You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/installation/cpu/apple.inc.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# --8<-- [start:installation]
2
2
3
-
vLLM has experimental support for macOS with Apple silicon. For now, users shall build from the source vLLM to natively run on macOS.
3
+
vLLM has experimental support for macOS with Apple silicon. For now, users must build from source to natively run on macOS.
4
4
5
5
Currently the CPU implementation for macOS supports FP32 and FP16 datatypes.
6
6
@@ -23,20 +23,20 @@ Currently the CPU implementation for macOS supports FP32 and FP16 datatypes.
23
23
# --8<-- [end:pre-built-wheels]
24
24
# --8<-- [start:build-wheel-from-source]
25
25
26
-
After installation of XCode and the Command Line Tools, which include Apple Clang, execute the following commands to build and install vLLM from the source.
26
+
After installation of XCode and the Command Line Tools, which include Apple Clang, execute the following commands to build and install vLLM from source.
Copy file name to clipboardExpand all lines: docs/getting_started/installation/cpu/build.inc.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,39 @@
1
-
First, install recommended compiler. We recommend to use`gcc/g++ >= 12.3.0` as the default compiler to avoid potential problems. For example, on Ubuntu 22.4, you can run:
1
+
First, install the recommended compiler. We recommend using`gcc/g++ >= 12.3.0` as the default compiler to avoid potential problems. For example, on Ubuntu 22.4, you can run:
Copy file name to clipboardExpand all lines: docs/getting_started/installation/cpu/s390x.inc.md
+28-17Lines changed: 28 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# --8<-- [start:installation]
2
2
3
-
vLLM has experimental support for s390x architecture on IBM Z platform. For now, users shall build from the vLLM source to natively run on IBM Z platform.
3
+
vLLM has experimental support for s390x architecture on IBM Z platform. For now, users must build from source to natively run on IBM Z platform.
4
4
5
5
Currently the CPU implementation for s390x architecture supports FP32 datatype only.
0 commit comments