Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit be9163b

Browse files
committed
Delete trailing spaces
In preparation for the script migration to PyTorch repo, see pytorch/pytorch#139815 / https://github.com/pytorch/pytorch/actions/runs/11694449222/job/32568067621
1 parent 90c22bb commit be9163b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aarch64_linux/aarch64_ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if [ "$DESIRED_CUDA" = "cpu" ]; then
3535
else
3636
echo "BASE_CUDA_VERSION is set to: $DESIRED_CUDA"
3737
#USE_PRIORITIZED_TEXT_FOR_LD for enable linker script optimization https://github.com/pytorch/pytorch/pull/121975/files
38-
USE_PRIORITIZED_TEXT_FOR_LD=1 python /builder/aarch64_linux/aarch64_wheel_ci_build.py --enable-mkldnn --enable-cuda
38+
USE_PRIORITIZED_TEXT_FOR_LD=1 python /builder/aarch64_linux/aarch64_wheel_ci_build.py --enable-mkldnn --enable-cuda
3939
fi

0 commit comments

Comments
 (0)