diff --git a/install-vllm-for-bare-metal.md b/install-vllm-for-bare-metal.md new file mode 100644 index 0000000000000..5a1cab77dfd1b --- /dev/null +++ b/install-vllm-for-bare-metal.md @@ -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. \ No newline at end of file