We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892c49d commit 5d6d95eCopy full SHA for 5d6d95e
.lightning/workflows/fabric.yml
@@ -50,7 +50,7 @@ run: |
50
openmpi-bin \
51
ninja-build \
52
libnccl2 \
53
- libnccl-dev
+ libnccl-dev=2.28.7
54
55
echo "Install Python ${python_version} and UV"
56
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
.lightning/workflows/pytorch.yml
@@ -49,7 +49,7 @@ run: |
49
- libnccl-dev \
+ libnccl-dev=2.28.7 \
unzip
0 commit comments