mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
docs: update README.md
This commit is contained in:
@@ -161,6 +161,14 @@ jobs:
|
|||||||
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: 3.12
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install pandas
|
||||||
|
|
||||||
- name: Update release history and packages section in README.md
|
- name: Update release history and packages section in README.md
|
||||||
run: |
|
run: |
|
||||||
gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json
|
gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json
|
||||||
|
|||||||
Reference in New Issue
Block a user