Skip to content

Commit

Permalink
📌 vLLM >= 0.7.1 for device fix (#2766)
Browse files Browse the repository at this point in the history
see #2745
  • Loading branch information
ctjlewis authored Feb 4, 2025
1 parent 1f344c9 commit 1a22764
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; sys_platform != 'win32'"], # vllm is not available on Windows
"vllm": ["vllm>=0.7.1; sys_platform != 'win32'"], # vllm is not available on Windows
"vlm": ["Pillow"],
}
EXTRAS["dev"] = []
Expand Down

0 comments on commit 1a22764

Please sign in to comment.