build(torch): Add new build targets with CUDA 12.8.0 #641
Annotations
4 errors and 1 warning
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/bash -eo pipefail -c export MAX_JOBS=\"${BUILD_MAX_JOBS:-$(./scale.sh \"$(./effective_cpu_count.sh)\" 3 32)}\" && echo \"MAX_JOBS: ${MAX_JOBS}\" && ./storage-info.sh . && cd pytorch && ../storage-info.sh . && mkdir build && ln -s /usr/bin/cc build/cc && ln -s /usr/bin/c++ build/c++ && if [ \"$(uname -m)\" = 'aarch64' ]; then export USE_PRIORITIZED_TEXT_FOR_LD=1; fi && { if [ -d /opt/nccl-tests ]; then export USE_DISTRIBUTED=1 USE_NCCL=1 USE_SYSTEM_NCCL=1 UCC_HOME=${HPCX_UCC_DIR} UCX_HOME=${HPCX_UCX_DIR} USE_NCCL_WITH_UCC=1 USE_UCC=1 USE_SYSTEM_UCC=1; fi; } && USE_CUDNN=1 BUILD_TORCH=ON BUILD_TEST=0 CUDA_HOST_COMPILER=cc USE_CUDA=1 USE_NNPACK=1 CC=cc CXX=c++ USE_BLAS=1 USE_LAPACK=1 WITH_BLAS=FLAME PYTORCH_BUILD_VERSION=\"$(../version-string.sh \"$TORCH_VERSION\")\" PYTORCH_BUILD_NUMBER=0 TORCH_NVCC_FLAGS=\"-Xfatbin -compress-all\" python3 setup.py bdist_wheel --dist-dir ../dist 2>&1 | grep -Ev --line-buffered '^(ptxas /tmp/|copying .+/|creating build/)'" did not complete successfully: exit code: 1
|
Build and push Docker image
Error: failed to run script step: command terminated with non-zero exit code: error executing command [sh -e /__w/_temp/f4874ca0-de12-11ef-bde5-0b67327d42d2.sh], exit code 1
|
Build and push Docker image
Process completed with exit code 1.
|
Build and push Docker image
Executing the custom container implementation failed. Please contact your self hosted runner administrator.
|
Post Build and push Docker image
Docker is required to export a build record
|
Loading