[wip] add aws codebuild workflow

This commit is contained in:
Junya Morioka
2025-08-11 11:01:33 +09:00
parent df2cbfb648
commit b5830b8b7e
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
timeout-minutes: 1200
shell: pwsh
env:
MAX_JOBS: 2
NVCC_THREADS: 1
MAX_JOBS: 4
NVCC_THREADS: 3
run: |
.\build_windows.ps1 -FlashAttnVersion "2.7.4" -PythonVersion "3.11" -TorchVersion "2.7.1" -CudaVersion "12.8.1"
$wheelName = Get-ChildItem -Path "flash-attention\dist\*.whl" | Select-Object -First 1 | ForEach-Object { $_.Name }