Skip to content

Commit 8c3329b

Browse files
committed
pip uninstall -y deepspeed
1 parent 312778f commit 8c3329b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.lightning/workflows/fabric.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ run: |
3030
python --version
3131
pip --version
3232
pip install -q fire wget packaging
33+
pip list
3334
set -ex
3435
3536
CUDA_VERSION="${image##*cuda}" # Remove everything up to and including "cuda"
@@ -43,6 +44,7 @@ run: |
4344
4445
if [ "${TORCH_VER}" == "2.1" ]; then
4546
echo "Set oldest versions"
47+
pip uninstall -y deepspeed
4648
pip install -U "lightning-utilities[cli]"
4749
cd requirements/fabric
4850
python -m lightning_utilities.cli requirements set-oldest --req_files "['base.txt', 'strategies.txt']"

.lightning/workflows/pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ run: |
3030
python --version
3131
pip --version
3232
pip install -q fire wget packaging
33+
pip list
3334
set -ex
3435
3536
CUDA_VERSION="${image##*cuda}" # Remove everything up to and including "cuda"
@@ -43,6 +44,7 @@ run: |
4344
4445
if [ "${TORCH_VER}" == "2.1" ]; then
4546
recho "Set oldest versions"
47+
pip uninstall -y deepspeed
4648
pip install -U "lightning-utilities[cli]"
4749
cd requirements/pytorch
4850
python -m lightning_utilities.cli requirements set-oldest --req_files "['base.txt', 'extra.txt', 'strategies.txt', 'examples.txt']"

0 commit comments

Comments
 (0)