Revert "[Build] Enable full kernel in aarch64 wheel" (#18385)

This commit is contained in:
Baizhou Zhang
2026-02-07 09:19:07 +08:00
committed by GitHub
parent bedade1ef0
commit 9fbec79906
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -47,7 +47,6 @@ jobs:
./build.sh "${{ matrix.python-version }}" "${{ matrix.cuda-version }}" ${{ matrix.arch == 'aarch64' && 'aarch64' || '' }}
env:
USE_CCACHE: 0
CMAKE_EXTRA_ARGS: ${{ matrix.arch == 'aarch64' && '-DENABLE_BELOW_SM90=ON' || '' }}
- name: Upload to PyPI
working-directory: sgl-kernel