Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

build-rocm5.5-triton-wheels #4

build-rocm5.5-triton-wheels

build-rocm5.5-triton-wheels #4

name: build-rocm5.5-triton-wheels
on: workflow_dispatch
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo bash scripts/prepare.sh
- run: sudo bash scripts/build_triton.sh
- uses: actions/upload-artifact@v3
with:
name: wheels
path: |
triton/python/dist/*.whl
- uses: softprops/action-gh-release@v1
with:
tag_name: v1.14.514
files: |
**/dist/*.whl