Skip to content

Commit 9cbe26a

Browse files
committed
Fix typo
1 parent 947c39c commit 9cbe26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_pytorch_and_domains() {
6868
TORCH_RELEASE=$(cat version.txt)
6969
TORCH_SHORT_HASH=${TORCH_VERSION:0:7}
7070
TORCH_WHEEL_NAME="torch-${TORCH_RELEASE}%2Bgit${TORCH_SHORT_HASH}-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-${PLATFORM}.whl"
71-
TORCH_WHEEL_PATH="cached_artifacts/pytorch/executorch/pytorch_wheels/${SYSTEM_NAME}/${PYTHON_VERSION}/"
71+
TORCH_WHEEL_PATH="cached_artifacts/pytorch/executorch/pytorch_wheels/${SYSTEM_NAME}/${PYTHON_VERSION}"
7272

7373
# Cache PyTorch wheel is only needed on MacOS, Linux CI already has this as part
7474
# of the Docker image

0 commit comments

Comments
 (0)