From d40ae290e1edc8da1d44c8e197c326dd84c386a6 Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:43:17 -0400 Subject: [PATCH] Update neuron-installation.rst Adding git clone instructions to the first line in the install instruction set. This lets the instructions function and matches the format in the general installation instructions. --- docs/source/getting_started/neuron-installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting_started/neuron-installation.rst b/docs/source/getting_started/neuron-installation.rst index 0aff1037d8a29..62bf779c339d5 100644 --- a/docs/source/getting_started/neuron-installation.rst +++ b/docs/source/getting_started/neuron-installation.rst @@ -128,6 +128,7 @@ Once neuronx-cc and transformers-neuronx packages are installed, we will be able .. code-block:: console + $ git clone https://github.com/vllm-project/vllm.git $ cd vllm $ pip install -U -r requirements-neuron.txt $ pip install .