Skip to content

Commit 1c16171

Browse files
remove the unnecessary steps
1 parent 280a530 commit 1c16171

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/_linux_op_benchmark.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ jobs:
9292
else
9393
pip install torch torchvision torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/xpu
9494
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
10495
fi
10596
pip install -r .ci/docker/requirements-ci.txt
10697
- name: Torch Config

0 commit comments

Comments
 (0)