Skip to content

Commit 535567d

Browse files
committed
chore: use INFERENCEX_OFFICIAL_RO_HF_TOKEN secret in workflows
1 parent 8876745 commit 535567d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ on:
8989
default: '1800'
9090
env:
9191
RANDOM_RANGE_RATIO: 0.8
92-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
92+
HF_TOKEN: ${{ secrets.INFERENCEX_OFFICIAL_RO_HF_TOKEN }}
9393
HF_HUB_CACHE: '/mnt/hf_hub_cache/'
9494
EXP_NAME: ${{ inputs.exp-name }}
9595
MODEL: ${{ inputs.model }}

.github/workflows/profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131
contents: read
3232

3333
env:
34-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
34+
HF_TOKEN: ${{ secrets.INFERENCEX_OFFICIAL_RO_HF_TOKEN }}
3535
HF_HUB_CACHE: '/mnt/hf_hub_cache/'
3636
RANDOM_RANGE_RATIO: '0.8'
3737
PERFETTO_RELAY_URL: https://semianalysisai.github.io/InferenceX-trace-storage

0 commit comments

Comments
 (0)