Skip to content

Commit

Permalink
fix huggingface import cached_download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Dec 26, 2024
1 parent 1c0cf31 commit e83ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/inductor-xpu-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
# install timm dependencies without torch and torchvision
pip install $(curl -sSL https://raw.githubusercontent.com/huggingface/pytorch-image-models/$TIMM_COMMIT_ID/requirements.txt | grep -vE torch)
fi
pip install numpy==1.26.4
pip install -U numpy==1.26.4 huggingface-hub==0.25.0
- name: E2E Test (${{ inputs.suite }} ${{ inputs.dt }} ${{ inputs.mode }} ${{ inputs.scenario }})
env:
HUGGING_FACE_HUB_TOKEN: ${{ inputs.hf_token }}
Expand Down

0 comments on commit e83ce41

Please sign in to comment.