CI: testing with next PyTorch 2.6 #1991
Annotations
1 error and 1 warning
Build (and Push) runner
buildx failed with: ERROR: failed to solve: process "/bin/bash -c pip install -q wget packaging \"setuptools==69.5.1\" && 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 && pip install -q \"numpy<1.24\" && CUDA_VERSION_MM=${CUDA_VERSION%.*} && CU_VERSION_MM=${CUDA_VERSION_MM//'.'/''} && pip install -q -U packaging fire && python assistant.py replace_str_requirements \"onnxruntime\" \"onnxruntime_gpu\" --req_files requirements/audio.txt && pip install --no-cache-dir -r requirements/_devel.txt --find-links=\"https://download.pytorch.org/whl/cu${CU_VERSION_MM}/torch_stable.html\" --extra-index-url=\"https://download.pytorch.org/whl/test/cu${CU_VERSION_MM}\" && rm -rf requirements/" 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