forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci/build] Pin CI dependencies version with pip-compile (vllm-project…
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: NickLucche <[email protected]>
- Loading branch information
1 parent
1910637
commit 7cf22ab
Showing
4 changed files
with
608 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Should be mirrored in pyproject.toml | ||
cmake>=3.26 | ||
ninja | ||
packaging | ||
setuptools>=61 | ||
setuptools-scm>=8 | ||
torch==2.5.0 | ||
wheel | ||
jinja2 | ||
# Should be mirrored in pyproject.toml | ||
cmake>=3.26 | ||
ninja | ||
packaging | ||
setuptools>=61 | ||
setuptools-scm>=8 | ||
torch==2.5.0 | ||
wheel | ||
jinja2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# testing | ||
pytest | ||
tensorizer>=2.9.0 | ||
pytest-forked | ||
pytest-asyncio | ||
pytest-rerunfailures | ||
pytest-shard | ||
|
||
# testing utils | ||
awscli | ||
einops # required for MPT, qwen-vl and Mamba | ||
httpx | ||
librosa # required for audio tests | ||
opencv-python # required for video tests | ||
peft | ||
requests | ||
ray[adag]==2.35 | ||
sentence-transformers # required for embedding | ||
soundfile # required for audio test | ||
timm # required for internvl test | ||
torch==2.5.0 | ||
transformers_stream_generator # required for qwen-vl test | ||
matplotlib # required for qwen-vl test | ||
datamodel_code_generator # required for minicpm3 test | ||
lm-eval[api]==0.4.4 # required for model evaluation test | ||
|
||
# TODO: Add this after fully implementing llava(mantis) | ||
# git+https://github.com/TIGER-AI-Lab/Mantis.git # required for llava(mantis) test | ||
|
||
# Benchmarking | ||
aiohttp | ||
|
||
# quantization | ||
bitsandbytes>=0.44.0 | ||
buildkite-test-collector==0.1.8 | ||
|
||
numpy < 2.0.0 |
Oops, something went wrong.