Bump to Pytorch 2.4 #777
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/bash -c if [ -z \"$PYTORCH_NIGHTLY_URL\" ] ; then CUDA_VERSION_TAG=$(python${PYTHON_VERSION} -c \"print('cu' + ''.join('${CUDA_VERSION}'.split('.')[:2]) if '${CUDA_VERSION}' else 'cpu')\") && pip${PYTHON_VERSION} install --no-cache-dir --find-links https://download.pytorch.org/whl/torch_stable.html torch==${PYTORCH_VERSION}+${CUDA_VERSION_TAG} torchvision==${TORCHVISION_VERSION}+${CUDA_VERSION_TAG} ; else pip${PYTHON_VERSION} install --no-cache-dir --pre --index-url ${PYTORCH_NIGHTLY_URL} torch==${PYTORCH_VERSION}.${PYTORCH_NIGHTLY_VERSION} \t torchvision==${TORCHVISION_VERSION}.${PYTORCH_NIGHTLY_VERSION} ; fi" did not complete successfully: exit code: 1
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading