Skip to content

Commit

Permalink
Update vllm dependency to exclude Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jan 16, 2025
1 parent ed2fd05 commit 4cc94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"quantization": ["bitsandbytes"],
"scikit": ["scikit-learn"],
"test": ["parameterized", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "pytest"],
"vllm": ["vllm"],
"vllm": ["vllm; sys_platform != 'win32'"], # vllm is not available on Windows
"vlm": ["Pillow"],
}
EXTRAS["dev"] = []
Expand Down

0 comments on commit 4cc94d6

Please sign in to comment.