From bc7af4e2aee6dec0fdf01c9ad145fc997ec30a10 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Mon, 18 Nov 2024 11:50:46 +0000 Subject: [PATCH] Add pip list Signed-off-by: Andrey Velichkevich --- .../v2/base/runtimes/pre-training/torch-distributed.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/v2/base/runtimes/pre-training/torch-distributed.yaml b/manifests/v2/base/runtimes/pre-training/torch-distributed.yaml index a67c24101a..a28523de0e 100644 --- a/manifests/v2/base/runtimes/pre-training/torch-distributed.yaml +++ b/manifests/v2/base/runtimes/pre-training/torch-distributed.yaml @@ -26,8 +26,8 @@ spec: - | echo "Torch Distributed Runtime" - echo "Torch Python Package" - pip show torch - + echo "--------------------------------------" echo "Torch Default Runtime Env" env | grep PET_ + + pip list