Skip to content

Commit 1bc82a1

Browse files
committedNov 15, 2024·
a markdown
1 parent 6c7a90c commit 1bc82a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎install-vllm-for-bare-metal.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Install-vllm-for-bare-metal
2+
A shell script for vllm installatoin on bare-metal
3+
4+
5+
### Description
6+
The script is used to build and install vllm and its dependencies from source code. Build and install from source code helps to achieve best performance.
7+
8+
Not all dependencies are required for vllm installation, it depends on use cases. The script comments out all optional dependencies, and just leaves pytorch and vllm installation. If you want to install dependencies from this script, you can uncomment specific script block to install dependencies.
9+
10+
### Using the script
11+
Go to your working directory and
12+
```
13+
bash install-vllm-for-bare-metal.sh
14+
```
15+
Please note, for optional dependencies, the script will clone its source code into the working directory. If you do not want to keep source code for optional dependencies, you can delete them after installation.

0 commit comments

Comments
 (0)
Please sign in to comment.