diff --git a/.github/actions/gh-task-runner-composite/action.yaml b/.github/actions/gh-task-runner-composite/action.yaml index 1a25116b6e..53b0377486 100644 --- a/.github/actions/gh-task-runner-composite/action.yaml +++ b/.github/actions/gh-task-runner-composite/action.yaml @@ -86,9 +86,11 @@ runs: chmod +x ./gh-task-runner/*.sh ./gh-task-runner/hf-cache-setup.sh - # Setup the HF hub, this additional step is needed due to GH env variable security rules - # see: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable - echo "HF_HOME=$HF_HOME" >> "$GITHUB_ENV" + # # Disabled due to HF cache issues + # # --- + # # Setup the HF hub, this additional step is needed due to GH env variable security rules + # # see: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable + # echo "HF_HOME=$HF_HOME" >> "$GITHUB_ENV" - name: Download and convert the model if: ${{ inputs.rwkv5_file_url != '' }}