Skip to content

Commit

Permalink
don't install nccl from source
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jul 18, 2024
1 parent 532001b commit 74c58f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
echo 'export LD_LIBRARY_PATH=/usr/local/cuda-12.1/lib64:$LD_LIBRARY_PATH' >> ~/.bashrc
source ~/.bashrc
/usr/local/cuda-12.1/bin/nvcc --version
git clone https://github.com/NVIDIA/nccl.git && cd nccl && make -j4 pkg.debian.build
dpkg -i /tmp/libnccl*.deb
sudo apt-get install -y libnccl2 libnccl-dev
shell: bash
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 74c58f2

Please sign in to comment.