Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 19, 2024
1 parent ce63887 commit 82ea159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev

- name: Increase shared memory size
run: sudo sh -c 'echo "tmpfs /dev/shm tmpfs defaults,size=2G 0 0" >> /etc/fstab && mount -o remount /dev/shm'
run: sudo sh -c 'echo "tmpfs /dev/shm tmpfs defaults,size=2G 0 0" >> /etc/fstab && sudo mount -o remount /dev/shm'

- name: Install CUDA and NCCL dependencies
if: steps.cache-cuda-nccl.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 82ea159

Please sign in to comment.