Skip to content

Commit 5d6d95e

Browse files
committed
update
1 parent 892c49d commit 5d6d95e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lightning/workflows/fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run: |
5050
openmpi-bin \
5151
ninja-build \
5252
libnccl2 \
53-
libnccl-dev
53+
libnccl-dev=2.28.7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ run: |
4949
openmpi-bin \
5050
ninja-build \
5151
libnccl2 \
52-
libnccl-dev \
52+
libnccl-dev=2.28.7 \
5353
unzip
5454
5555
echo "Install Python ${python_version} and UV"

0 commit comments

Comments
 (0)