[WIP] add aws code build

This commit is contained in:
Junya Morioka
2025-08-10 21:52:35 +09:00
parent a1257764aa
commit c2a7c37ee9
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
shell: pwsh
env:
MAX_JOBS: 2
NVCC_THREADS: 2
NVCC_THREADS: 1
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 }