Add logging for torch nightly version (#17669)
Signed-off-by: Yang Wang <elainewy@meta.com>
This commit is contained in:
@@ -309,5 +309,7 @@ ENV HF_HUB_ENABLE_HF_TRANSFER 1
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
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 #############################
|
||||
|
||||
Reference in New Issue
Block a user