We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f77df commit 0995062Copy full SHA for 0995062
scripts/install.sh
@@ -195,7 +195,7 @@ main() {
195
# Install vLLM and its requirements
196
pip install -r .github/packaging/vllm_reqs_12_8.txt
197
pip install six
198
- pip install setuptools<80
+ pip install "setuptools<80"
199
python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
200
201
# Install monarch
0 commit comments