56
56
# TODO: use conditionals for skipping jobs: if: ${{ false }} such as TEST_ONLY
57
57
# TODO: figure out why we cannot pass api_token to secrets.token on a workflow_call:
58
58
# api_token: "${{ steps.set-vars.outputs.api_token }}"
59
- # echo "api_token=${{ secrets.HF_TOKEN_TEST }}" >> $GITHUB_OUTPUT
59
+ # echo "api_token=${{ secrets.HF_TOKEN_IBM_RESEARCH }}" >> $GITHUB_OUTPUT
60
60
# echo "api_token: ${{ steps.set-vars.outputs.api_token }}"
61
61
environment-setup :
62
62
runs-on : ubuntu-latest
@@ -166,7 +166,7 @@ jobs:
166
166
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
167
167
target_repo_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
168
168
secrets :
169
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
169
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
170
170
171
171
convert-hf-to-f16-gguf :
172
172
needs : [ environment-setup, instruct-create-hf-repos ]
@@ -187,7 +187,7 @@ jobs:
187
187
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
188
188
repo_id : ${{ matrix.repo_id }}
189
189
secrets :
190
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
190
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
191
191
ibm_granite_token : ${{ secrets.HF_TOKEN_IBM_GRANITE }}
192
192
193
193
quantize-upload-gguf :
@@ -211,7 +211,7 @@ jobs:
211
211
repo_id : " ${{ matrix.repo_id }}"
212
212
quantization : " ${{ matrix.quantization }}"
213
213
secrets :
214
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
214
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
215
215
216
216
bvt-instruct-quantized-gguf-models :
217
217
needs : [ environment-setup, quantize-upload-gguf ]
@@ -233,7 +233,7 @@ jobs:
233
233
repo_id : " ${{ matrix.repo_id }}"
234
234
quantization : " ${{ matrix.quantization }}"
235
235
secrets :
236
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
236
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
237
237
238
238
# TODO: change collection from private to public (on success)
239
239
create-hf-collections :
@@ -251,7 +251,7 @@ jobs:
251
251
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
252
252
target_collection_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
253
253
secrets :
254
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
254
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
255
255
256
256
# ===========================================================================
257
257
# Granite Vision
@@ -268,7 +268,7 @@ jobs:
268
268
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
269
269
target_repo_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
270
270
secrets :
271
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
271
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
272
272
273
273
convert-hf-llava-to-f16-gguf :
274
274
needs : [ environment-setup, vision-create-hf-repos ]
@@ -289,7 +289,7 @@ jobs:
289
289
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
290
290
repo_id : ${{ matrix.repo_id }}
291
291
secrets :
292
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
292
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
293
293
ibm_granite_token : ${{ secrets.HF_TOKEN_IBM_GRANITE }}
294
294
295
295
quantize-vision-llm-and-upload-gguf :
@@ -313,7 +313,7 @@ jobs:
313
313
repo_id : " ${{ matrix.repo_id }}"
314
314
quantization : " ${{ matrix.quantization }}"
315
315
secrets :
316
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
316
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
317
317
318
318
bvt-vision-quantized-gguf-models :
319
319
needs : [ environment-setup, quantize-vision-llm-and-upload-gguf ]
@@ -335,7 +335,7 @@ jobs:
335
335
repo_id : " ${{ matrix.repo_id }}"
336
336
quantization : " ${{ matrix.quantization }}"
337
337
secrets :
338
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
338
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
339
339
340
340
# TODO: change collection from private to public (on success)
341
341
vision-create-hf-collections :
@@ -353,7 +353,7 @@ jobs:
353
353
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
354
354
target_collection_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
355
355
secrets :
356
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
356
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
357
357
358
358
# ===========================================================================
359
359
# Granite Guardian
@@ -370,7 +370,7 @@ jobs:
370
370
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
371
371
target_repo_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
372
372
secrets :
373
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
373
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
374
374
375
375
guardian-convert-hf-to-f16-gguf :
376
376
needs : [ environment-setup, guardian-create-hf-repos ]
@@ -391,7 +391,7 @@ jobs:
391
391
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
392
392
repo_id : ${{ matrix.repo_id }}
393
393
secrets :
394
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
394
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
395
395
ibm_granite_token : ${{ secrets.HF_TOKEN_IBM_GRANITE }}
396
396
397
397
guardian-quantize-upload-gguf :
@@ -415,7 +415,7 @@ jobs:
415
415
repo_id : " ${{ matrix.repo_id }}"
416
416
quantization : " ${{ matrix.quantization }}"
417
417
secrets :
418
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
418
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
419
419
420
420
guardian-bvt-quantized-gguf-models :
421
421
needs : [ environment-setup, guardian-quantize-upload-gguf ]
@@ -437,7 +437,7 @@ jobs:
437
437
repo_id : " ${{ matrix.repo_id }}"
438
438
quantization : " ${{ matrix.quantization }}"
439
439
secrets :
440
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
440
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
441
441
442
442
# TODO: change collection from private to public (on success)
443
443
guardian-create-hf-collections :
@@ -455,7 +455,7 @@ jobs:
455
455
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
456
456
target_collection_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
457
457
secrets :
458
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
458
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
459
459
460
460
# ===========================================================================
461
461
# Granite Embedding
@@ -472,7 +472,7 @@ jobs:
472
472
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
473
473
target_repo_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
474
474
secrets :
475
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
475
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
476
476
477
477
embedding-convert-hf-to-f16-gguf :
478
478
needs : [ environment-setup, embedding-create-hf-repos ]
@@ -493,7 +493,7 @@ jobs:
493
493
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
494
494
repo_id : ${{ matrix.repo_id }}
495
495
secrets :
496
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
496
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
497
497
ibm_granite_token : ${{ secrets.HF_TOKEN_IBM_GRANITE }}
498
498
499
499
embedding-quantize-upload-gguf :
@@ -517,7 +517,7 @@ jobs:
517
517
repo_id : " ${{ matrix.repo_id }}"
518
518
quantization : " ${{ matrix.quantization }}"
519
519
secrets :
520
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
520
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
521
521
522
522
# embedding-bvt-quantized-gguf-models:
523
523
# needs: [ environment-setup, embedding-quantize-upload-gguf ]
@@ -539,7 +539,7 @@ jobs:
539
539
# repo_id: "${{ matrix.repo_id }}"
540
540
# quantization: "${{ matrix.quantization }}"
541
541
# secrets:
542
- # hf_token: ${{ secrets.HF_TOKEN_TEST }}
542
+ # hf_token: ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
543
543
544
544
# TODO: change collection from private to public (on success)
545
545
# TODO: needs: [ embedding-quantize-upload-gguf -> embedding-bvt-quantized-gguf-models ]
@@ -558,4 +558,4 @@ jobs:
558
558
target_repo_name_ext : ${{ needs.environment-setup.outputs.target_repo_name_ext }}
559
559
target_collection_private : ${{ needs.environment-setup.outputs.target_repo_private == 'true' }}
560
560
secrets :
561
- hf_token : ${{ secrets.HF_TOKEN_TEST }}
561
+ hf_token : ${{ secrets.HF_TOKEN_IBM_RESEARCH }}
0 commit comments