We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86dc57 commit 0cdcce8Copy full SHA for 0cdcce8
1 file changed
.github/workflows/_linux_build.yml
@@ -82,7 +82,7 @@ jobs:
82
rm -rf $(dirname ${CONDA_EXE})/../envs/xpu_build
83
conda create -n xpu_build python=${{ inputs.python }} cmake=3.28 ninja -y
84
source activate xpu_build
85
- cd ../ && rm -rf pytorch
+ cd ../ && sudo rm -rf pytorch
86
pip install requests
87
if [[ ${{ inputs.pytorch }} == 'distributed_2.8' ]]; then
88
git clone https://github.com/daisyden/pytorch.git pytorch
0 commit comments