Skip to content

Commit

Permalink
updated hf token
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <eljoseph@amd.com>
  • Loading branch information
Elias Joseph committed Feb 17, 2025
1 parent d13b006 commit d7ebf9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
python-version: [3.11]
runs-on: [llama-mi300x-3]
runs-on: [linux-mi300-1gpu-ossci]
fail-fast: false
runs-on: ${{matrix.runs-on}}
defaults:
Expand All @@ -102,6 +102,7 @@ jobs:
env:
VENV_DIR: ${{ github.workspace }}/.venv
HF_HOME: "/data/huggingface"
HF_TOKEN: ${{ secrets.HF_FLUX_TOKEN }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Expand Down

0 comments on commit d7ebf9d

Please sign in to comment.