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 947c39c commit 9cbe26aCopy full SHA for 9cbe26a
.ci/scripts/utils.sh
@@ -68,7 +68,7 @@ install_pytorch_and_domains() {
68
TORCH_RELEASE=$(cat version.txt)
69
TORCH_SHORT_HASH=${TORCH_VERSION:0:7}
70
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}/"
+ TORCH_WHEEL_PATH="cached_artifacts/pytorch/executorch/pytorch_wheels/${SYSTEM_NAME}/${PYTHON_VERSION}"
72
73
# Cache PyTorch wheel is only needed on MacOS, Linux CI already has this as part
74
# of the Docker image
0 commit comments