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:
@@ -9,6 +9,13 @@ jobs:
|
|||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }}
|
runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
- name: Enable Git long paths
|
- name: Enable Git long paths
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -25,19 +32,6 @@ jobs:
|
|||||||
use-github-cache: false
|
use-github-cache: false
|
||||||
use-local-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)
|
- name: Install Visual Studio BuildTools (C++/CMake + Windows SDK)
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user