mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
Merge pull request #12 from mjun0812/feature/add-self-hosted-runner
[WIP] fix test workflow
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
|||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
TERM: xterm-256color
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -53,7 +54,8 @@ jobs:
|
|||||||
gcc \
|
gcc \
|
||||||
g++ \
|
g++ \
|
||||||
clang \
|
clang \
|
||||||
ninja-build
|
ninja-build \
|
||||||
|
keyboard-configuration
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
@@ -64,6 +66,8 @@ jobs:
|
|||||||
cuda: ${{ matrix.cuda-version }}
|
cuda: ${{ matrix.cuda-version }}
|
||||||
linux-local-args: '["--toolkit"]'
|
linux-local-args: '["--toolkit"]'
|
||||||
method: "network"
|
method: "network"
|
||||||
|
env:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
- name: Set CUDA and PyTorch versions
|
- name: Set CUDA and PyTorch versions
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user