Skip to content

Commit

Permalink
Temporary install local IPEX packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Jan 11, 2024
1 parent 722a132 commit 280d11d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
- name: Run core tests
run: |
pip install pytest pytest-xdist
pip install torch==1.13.0a0+git6c9b55e intel_extension_for_pytorch==1.13.120+xpu -f https://developer.intel.com/ipex-whl-stable-xpu
#pip install torch==1.13.0a0+git6c9b55e intel_extension_for_pytorch==1.13.120+xpu -f https://developer.intel.com/ipex-whl-stable-xpu
# Temporary install local IPEX packages
pip install /cache/IPEX*/intel_extension_for_pytorch-1.13.120*.whl /cache/IPEX*/torch-1.13.0*.whl
cd python/test/unit/language
python3 -m pytest -n auto --verbose --device xpu --ignore=test_line_info.py --ignore=test_subprocess.py
# run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0
Expand Down

0 comments on commit 280d11d

Please sign in to comment.