We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6458417 commit e62effbCopy full SHA for e62effb
1 file changed
.github/actions/setup-linux/action.yml
@@ -54,6 +54,12 @@ runs:
54
echo PYTHONPATH=`python -c 'import sys; print(sys.path[-1])'` >> $GITHUB_ENV
55
echo "::endgroup::"
56
57
+ - name: Set swap space
58
+ if: ${{ startsWith(inputs.toolkit, 'cuda') && runner.arch == 'arm64' }}
59
+ uses: pierotofy/set-swap-space@fc79b3f67fa8a838184ce84a674ca12238d2c761
60
+ with:
61
+ swap-size-gb: 16
62
+
63
- name: Install CUDA toolkit
64
if: ${{ startsWith(inputs.toolkit, 'cuda') }}
65
shell: bash
0 commit comments