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 cf807f3 commit c37238eCopy full SHA for c37238e
.lightning/workflows/fabric.yml
@@ -49,6 +49,8 @@ run: |
49
libopenmpi-dev \
50
openmpi-bin \
51
ninja-build \
52
+ libnccl2 \
53
+ libnccl-dev
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
@@ -48,6 +48,8 @@ run: |
48
+ libnccl-dev \
unzip
0 commit comments