File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ jobs:
130
130
activate-environment : " exllama"
131
131
python-version : ${{ matrix.pyver }}
132
132
# miniforge-variant: Mambaforge
133
- # miniforge-version: latest
134
- use-mamba : true
133
+ miniforge-version : latest
134
+ # use-mamba: true
135
135
add-pip-as-python-dependency : true
136
136
auto-activate-base : false
137
137
@@ -198,7 +198,7 @@ jobs:
198
198
- uses : actions/upload-artifact@v4
199
199
if : matrix.artname == 'wheel'
200
200
with :
201
- name : ' wheel'
201
+ name : wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
202
202
path : ./dist/*
203
203
204
204
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ jobs:
232
232
activate-environment : " exllama"
233
233
python-version : ${{ matrix.pyver }}
234
234
# miniforge-variant: Mambaforge
235
- # miniforge-version: latest
236
- use-mamba : true
235
+ miniforge-version : latest
236
+ # use-mamba: true
237
237
add-pip-as-python-dependency : true
238
238
auto-activate-base : false
239
239
@@ -300,7 +300,7 @@ jobs:
300
300
- uses : actions/upload-artifact@v4
301
301
if : matrix.artname == 'wheel'
302
302
with :
303
- name : ' wheel'
303
+ name : wheel-${{ matrix.os }}-py${{ matrix.pyver }}-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
304
304
path : ./dist/*
305
305
306
306
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments