Skip to content

Commit

Permalink
manual
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jul 18, 2024
1 parent b5887e0 commit 6465e1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev
- name: Install CUDA 12.1 and NCCL dependencies
run: |
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get install -y cuda-12-1 cuda-runtime-12-1 cuda-demo-suite-12-1
sudo apt-get install -y cuda-drivers-555
sudo apt-get install -y git build-essential devscripts debhelper fakeroot
wget https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda_12.1.0_530.30.02_linux.run
sudo sh cuda_12.1.0_530.30.02_linux.run
git clone https://github.com/NVIDIA/nccl.git
cd nccl
make -j4 pkg.debian.build
Expand Down

0 comments on commit 6465e1b

Please sign in to comment.