Skip to content

Commit

Permalink
test 2.5 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Oct 9, 2024
1 parent c931d66 commit 1b759a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
pip install --force-reinstall dist/*.whl
git clone https://github.com/pytorch/vision && cd vision && python setup.py install && cd ..
else
pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
# pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
fi
pip install -r .ci/docker/requirements-ci.txt
- name: Torch Config
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly_ondemand_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
git status && git show -s
pip install -r requirements.txt
cd ../
pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
# pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
- name: Identify pinned versions
id: pinned
run: |
Expand Down

0 comments on commit 1b759a0

Please sign in to comment.