mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
fix: MAX_JOBS,NVCC_THREADS in self-hosted
This commit is contained in:
@@ -253,8 +253,8 @@ jobs:
|
||||
timeout-minutes: 1200
|
||||
shell: bash
|
||||
env:
|
||||
MAX_JOBS: 4
|
||||
NVCC_THREADS: 4
|
||||
MAX_JOBS: 2
|
||||
NVCC_THREADS: 2
|
||||
run: |
|
||||
chmod +x build_linux.sh
|
||||
./build_linux.sh ${{ matrix.flash-attn-version }} ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
|
||||
|
||||
Reference in New Issue
Block a user