From 9c030be81134806906988f5324b4173c8814c3ae Mon Sep 17 00:00:00 2001 From: dhuangnm Date: Mon, 22 Jul 2024 14:36:46 -0400 Subject: [PATCH] remove install from source --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1b35651..186bc27 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,6 @@ To utilize the weight sparsity features, include the optional `sparse` dependenc pip install nm-vllm[sparse] --extra-index-url https://pypi.neuralmagic.com/simple ``` -You can also build and install `nm-vllm` from source (this will take ~10 minutes): -```bash -git clone https://github.com/neuralmagic/nm-vllm.git -cd nm-vllm -pip install -e .[sparse] --extra-index-url https://pypi.neuralmagic.com/simple - ### Docker The [`nm-vllm-ent` container registry](https://github.com/neuralmagic/nm-vllm-certs/pkgs/container/nm-vllm-ent) includes premade docker images.