[CUDA] Fallback QMM (#3315)

This commit is contained in:
Cheng
2026-04-01 12:41:26 +09:00
committed by GitHub
parent 7cd73c4202
commit 1c9ee2f655
16 changed files with 700 additions and 43 deletions
+6
View File
@@ -54,6 +54,12 @@ runs:
echo PYTHONPATH=`python -c 'import sys; print(sys.path[-1])'` >> $GITHUB_ENV
echo "::endgroup::"
- name: Set swap space
if: ${{ startsWith(inputs.toolkit, 'cuda') && runner.arch == 'arm64' }}
uses: pierotofy/set-swap-space@fc79b3f67fa8a838184ce84a674ca12238d2c761
with:
swap-size-gb: 16
- name: Install CUDA toolkit
if: ${{ startsWith(inputs.toolkit, 'cuda') }}
shell: bash