Skip to content

Commit

Permalink
a markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Concurrensee committed Nov 15, 2024
1 parent 6c7a90c commit 1bc82a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install-vllm-for-bare-metal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Install-vllm-for-bare-metal
A shell script for vllm installatoin on bare-metal


### Description
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.

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.

### Using the script
Go to your working directory and
```
bash install-vllm-for-bare-metal.sh
```
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 comments on commit 1bc82a1

Please sign in to comment.