From 6f5629fda71eb40bf761f204a5ca2837e341cd0b Mon Sep 17 00:00:00 2001 From: Konrad Zawora Date: Thu, 23 May 2024 14:00:28 +0200 Subject: [PATCH] Update tag in readme (#39) --- README_GAUDI.md | 2 +- docs/source/getting_started/gaudi-installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_GAUDI.md b/README_GAUDI.md index 44e75e690950f..24d3fe0761f54 100644 --- a/README_GAUDI.md +++ b/README_GAUDI.md @@ -52,7 +52,7 @@ To build and install vLLM-fork from source, run: ``` {.console} $ git clone https://github.com/HabanaAI/vllm-fork.git $ cd vllm-fork -# git checkout 0.4.2-Gaudi-1.16.0 +# git checkout v0.4.2-Gaudi-1.16.0 $ pip install -e . # This may take 5-10 minutes. ``` diff --git a/docs/source/getting_started/gaudi-installation.rst b/docs/source/getting_started/gaudi-installation.rst index cd026df8bf057..90f97155e1d75 100644 --- a/docs/source/getting_started/gaudi-installation.rst +++ b/docs/source/getting_started/gaudi-installation.rst @@ -61,7 +61,7 @@ To build and install vLLM-fork from source, run: $ git clone https://github.com/HabanaAI/vllm-fork.git $ cd vllm-fork - # git checkout 0.4.2-Gaudi-1.16.0 + # git checkout v0.4.2-Gaudi-1.16.0 $ pip install -e . # This may take 5-10 minutes. Supported Features