Skip to content

Commit

Permalink
Fix vllm installation in CI (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb authored Sep 30, 2024
1 parent a178109 commit a49242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_cpu_vllm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ which python

echo "Installing Python build dependencies..."
python -m pip install --upgrade pip
python -m pip install wheel packaging ninja "setuptools>=49.4.0" numpy
python -m pip install wheel packaging ninja "setuptools>=49.4.0" numpy setuptools-scm

echo "Cloning 'vllm-project/vllm' GitHub repository..."
git clone https://github.com/vllm-project/vllm.git
Expand Down

0 comments on commit a49242d

Please sign in to comment.