Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Feb 8, 2025
1 parent f3de3cb commit 0f4a9f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-release-rocm62.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
activate-environment: "exllama"
python-version: ${{ matrix.pyver }}
# miniforge-variant: Mambaforge
# miniforge-version: latest
use-mamba: true
miniforge-version: latest
# use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.artname == 'wheel'
with:
name: 'wheel'
name: wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
path: ./dist/*

- uses: actions/upload-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ jobs:
activate-environment: "exllama"
python-version: ${{ matrix.pyver }}
# miniforge-variant: Mambaforge
# miniforge-version: latest
use-mamba: true
miniforge-version: latest
# use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false

Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.artname == 'wheel'
with:
name: 'wheel'
name: wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
path: ./dist/*

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f4a9f0

Please sign in to comment.