Skip to content

Commit

Permalink
release/2.5 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Sep 11, 2024
1 parent e8d4fe3 commit 7f416bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/inductor-xpu-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ runs:
python setup.py bdist_wheel && pip uninstall torchvision -y && pip install dist/*.whl
fi
# install timm without dependencies
pip install --no-deps git+https://github.com/huggingface/pytorch-image-models@$TIMM_COMMIT_ID
pip install --no-deps git+https://github.com/huggingface/pytorch-image-models@ac3470188b914c5d7a5058a7e28b9eb685a62427
# 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)
pip install $(curl -sSL https://raw.githubusercontent.com/huggingface/pytorch-image-models/ac3470188b914c5d7a5058a7e28b9eb685a62427/requirements.txt | grep -vE torch)
fi
pip install numpy==1.26.4
- name: E2E Test (${{ inputs.suite }} ${{ inputs.dt }} ${{ inputs.mode }} ${{ inputs.scenario }})
Expand Down

0 comments on commit 7f416bc

Please sign in to comment.