We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280a530 commit 1c16171Copy full SHA for 1c16171
.github/workflows/_linux_op_benchmark.yml
@@ -92,15 +92,6 @@ jobs:
92
else
93
pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
94
TORCH_COMMIT_ID=$(python -c 'import torch; print(torch.version.git_version)')
95
- cd ../pytorch
96
- git reset --hard && git checkout ${TORCH_COMMIT_ID}
97
- TORCH_XPU_OPS_COMMIT=$(<third_party/xpu.txt)
98
- rm -rf third_party/torch-xpu-ops
99
- git clone https://github.com/intel/torch-xpu-ops.git third_party/torch-xpu-ops
100
- cd third_party/torch-xpu-ops
101
- git checkout ${TORCH_XPU_OPS_COMMIT}
102
- cd ../..
103
- python third_party/torch-xpu-ops/.github/scripts/apply_torch_pr.py
104
fi
105
pip install -r .ci/docker/requirements-ci.txt
106
- name: Torch Config
0 commit comments