mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
[WIP] add aws code build
This commit is contained in:
@@ -30,6 +30,16 @@ jobs:
|
||||
choco install -y visualstudio2022buildtools `
|
||||
--version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --includeRecommended --includeOptional"
|
||||
|
||||
- name: Install CMake
|
||||
shell: pwsh
|
||||
run: |
|
||||
choco install -y cmake
|
||||
|
||||
- name: Install Windows Sdk
|
||||
shell: pwsh
|
||||
run: |
|
||||
choco install -y windows-sdk-10.1
|
||||
|
||||
- name: Install build dependencies
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user