From 85811e5ae6626157d106bc62c49f7cc56b4bca58 Mon Sep 17 00:00:00 2001 From: Yida Wu Date: Fri, 15 Nov 2024 07:54:38 +0000 Subject: [PATCH] a markdown --- install-vllm-for-bare-metal.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install-vllm-for-bare-metal.md 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