bump: testing with future torch 2.6 #2345
Annotations
1 error and 1 warning
Run docker/build-push-action@v6
buildx failed with: ERROR: failed to solve: process "/bin/bash -c curl https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION} && pip config set global.cache-dir false && pip install setuptools==75.6.0 && pip install -q wget packaging && python -m wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/adjust-torch-versions.py && for fpath in `ls requirements/**/*.txt`; do python ./adjust-torch-versions.py $fpath ${PYTORCH_VERSION}; done && CUDA_VERSION_MM=${CUDA_VERSION%.*} && pip install --no-cache-dir -r requirements/pytorch/base.txt -r requirements/pytorch/extra.txt -r requirements/pytorch/test.txt -r requirements/pytorch/strategies.txt --find-links=\"https://download.pytorch.org/whl/cu${CUDA_VERSION_MM//'.'/''}/torch_stable.html\" --find-links=\"https://download.pytorch.org/whl/test/cu${CUDA_VERSION_MM//'.'/''}/torch\" --find-links=\"https://download.pytorch.org/whl/test/cu${CUDA_VERSION_MM//'.'/''}/pytorch-triton\"" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading