Skip to content

Commit e710910

Browse files
committed
update
1 parent 70618bc commit e710910

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.lightning/workflows/fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ run: |
4949
libopenmpi-dev \
5050
openmpi-bin \
5151
ninja-build \
52-
libnccl2=2.28.7 \
53-
libnccl-dev=2.28.7
52+
libnccl2=2.24.3-1+cuda12.6 \
53+
libnccl-dev=2.24.3-1+cuda12.6
5454
5555
echo "Install Python ${python_version} and UV"
5656
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev

.lightning/workflows/pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ run: |
4848
libopenmpi-dev \
4949
openmpi-bin \
5050
ninja-build \
51-
libnccl2=2.28.7 \
52-
libnccl-dev=2.28.7 \
51+
libnccl2=2.24.3-1+cuda12.6 \
52+
libnccl-dev=2.24.3-1+cuda12.6 \
5353
unzip
5454
5555
echo "Install Python ${python_version} and UV"

0 commit comments

Comments
 (0)