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 85811e5
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 diretory and
```
bash install-vllm-for-bare-metal.sh
```
Please note, for optional dependencies, the script will clone its source code into the working diretory. If you do not want to keep source code for optional dependencies, you can delete them after installation.

2 comments on commit 85811e5

@Alexei-V-Ivanov-AMD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, looks good as the first version.

Please add the section about what we've discussed yesterday.

Specifically, that we suppose to be starting from the "base container"-like environment: Ubuntu (version) ROCm (version)+ Python (verion)+ PyTorch (version), etc.

Please also write why specifically this wouldn't work for RedHat and SUSE. Those are two other major Linux distros, that are declared to be supported, but we never tested functionality on.

@Alexei-V-Ivanov-AMD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please commit that README.md next to the script itself. Thanks!

Please sign in to comment.