mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-06-30 23:57:53 -04:00
docs: update README.md
This commit is contained in:
@@ -161,6 +161,14 @@ jobs:
|
||||
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json
|
||||
|
||||
Reference in New Issue
Block a user