Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator authored Jul 19, 2024
1 parent 97f05fd commit 2fcfd81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/gh-task-runner-composite/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down

0 comments on commit 2fcfd81

Please sign in to comment.