mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
[WIP] add aws code build
This commit is contained in:
@@ -64,8 +64,8 @@ jobs:
|
|||||||
timeout-minutes: 1200
|
timeout-minutes: 1200
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
MAX_JOBS: 2
|
MAX_JOBS: 1
|
||||||
NVCC_THREADS: 2
|
NVCC_THREADS: 1
|
||||||
run: |
|
run: |
|
||||||
.\build_windows.ps1 -FlashAttnVersion "2.7.4" -PythonVersion "3.11" -TorchVersion "2.7.1" -CudaVersion "12.8.1"
|
.\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 }
|
$wheelName = Get-ChildItem -Path "flash-attention\dist\*.whl" | Select-Object -First 1 | ForEach-Object { $_.Name }
|
||||||
|
|||||||
Reference in New Issue
Block a user