mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-06-30 23:57:53 -04:00
[WIP] add aws code build
This commit is contained in:
@@ -9,6 +9,13 @@ jobs:
|
||||
# runs-on: windows-latest
|
||||
runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
steps:
|
||||
- name: configure Pagefile
|
||||
uses: al-cheb/configure-pagefile-action@v1.2
|
||||
with:
|
||||
minimum-size: 16GB
|
||||
maximum-size: 32GB
|
||||
disk-root: "C:"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Enable Git long paths
|
||||
shell: pwsh
|
||||
@@ -25,19 +32,6 @@ jobs:
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
# - name: Add msbuild to PATH
|
||||
# uses: microsoft/setup-msbuild@v2
|
||||
|
||||
# - name: Install VisualStudio BuildTools
|
||||
# shell: pwsh
|
||||
# timeout-minutes: 1200
|
||||
# run: |
|
||||
# choco install -y visualstudio2022buildtools `
|
||||
# --version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --includeRecommended --includeOptional"
|
||||
|
||||
# - name: Install Windows Sdk
|
||||
# uses: GuillaumeFalourd/setup-windows10-sdk-action@v2.4
|
||||
|
||||
- name: Install Visual Studio BuildTools (C++/CMake + Windows SDK)
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user