Skip to content

Commit 0f4a9f0

Browse files
committed
Update build actions
1 parent f3de3cb commit 0f4a9f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-wheels-release-rocm62.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
activate-environment: "exllama"
131131
python-version: ${{ matrix.pyver }}
132132
# miniforge-variant: Mambaforge
133-
# miniforge-version: latest
134-
use-mamba: true
133+
miniforge-version: latest
134+
# use-mamba: true
135135
add-pip-as-python-dependency: true
136136
auto-activate-base: false
137137

@@ -198,7 +198,7 @@ jobs:
198198
- uses: actions/upload-artifact@v4
199199
if: matrix.artname == 'wheel'
200200
with:
201-
name: 'wheel'
201+
name: wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
202202
path: ./dist/*
203203

204204
- uses: actions/upload-artifact@v4

.github/workflows/build-wheels-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ jobs:
232232
activate-environment: "exllama"
233233
python-version: ${{ matrix.pyver }}
234234
# miniforge-variant: Mambaforge
235-
# miniforge-version: latest
236-
use-mamba: true
235+
miniforge-version: latest
236+
# use-mamba: true
237237
add-pip-as-python-dependency: true
238238
auto-activate-base: false
239239

@@ -300,7 +300,7 @@ jobs:
300300
- uses: actions/upload-artifact@v4
301301
if: matrix.artname == 'wheel'
302302
with:
303-
name: 'wheel'
303+
name: wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
304304
path: ./dist/*
305305

306306
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)