mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-31 17:17:09 +08:00
Add logging for torch nightly version (#17669)
Signed-off-by: Yang Wang <elainewy@meta.com>
This commit is contained in:
parent
ed3a1d2106
commit
6de3e13413
@ -309,5 +309,7 @@ ENV HF_HUB_ENABLE_HF_TRANSFER 1
|
|||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||||
uv pip install --system -r requirements/nightly_torch_test.txt
|
uv pip install --system -r requirements/nightly_torch_test.txt
|
||||||
|
|
||||||
#################### UNITTEST IMAGE #############################
|
# Logging to confirm the torch versions
|
||||||
|
RUN pip freeze | grep -E 'torch|xformers|vllm|flashinfer'
|
||||||
|
|
||||||
|
#################### UNITTEST IMAGE #############################
|
||||||
|
|||||||
@ -8,7 +8,6 @@ pytest-rerunfailures
|
|||||||
pytest-shard
|
pytest-shard
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
|
|
||||||
|
|
||||||
librosa # required by audio tests in entrypoints/openai
|
librosa # required by audio tests in entrypoints/openai
|
||||||
sentence-transformers
|
sentence-transformers
|
||||||
numba == 0.61.2; python_version > '3.9'
|
numba == 0.61.2; python_version > '3.9'
|
||||||
@ -31,3 +30,12 @@ bitsandbytes>=0.45.3
|
|||||||
# required for minicpmo_26 test
|
# required for minicpmo_26 test
|
||||||
vector_quantize_pytorch
|
vector_quantize_pytorch
|
||||||
vocos
|
vocos
|
||||||
|
|
||||||
|
# required for Basic Models Test
|
||||||
|
blobfile # required for kimi-vl test
|
||||||
|
matplotlib # required for qwen-vl test
|
||||||
|
|
||||||
|
# required for Multi-Modal Models Test (Standard)
|
||||||
|
num2words # required for smolvlm test
|
||||||
|
pqdm
|
||||||
|
timm # required for internvl test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user