torch-nightly #529
Annotations
1 error and 1 warning
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 -m pip install -U --no-cache-dir packaging setuptools wheel pip && CUDA_MAJOR_VERSION=$(echo \"${CUDA_VERSION}\" | cut -d. -f1) && CHECK_VERSION() { dpkg-query --status \"$1\" 2>/dev/null | sed -ne 's/Version: //p' | grep .; } && LIBCUDNN_VER=\"$( CHECK_VERSION libcudnn8-dev || CHECK_VERSION \"libcudnn9-dev-cuda-${CUDA_MAJOR_VERSION}\" || :; )\" && export CC=$(realpath -e ./compiler) && export MAX_JOBS=\"$(./scale.sh \"$(./effective_cpu_count.sh)\" 8 24)\" && export NVCC_APPEND_FLAGS='-diag-suppress 186,177' && printf -- '--config-settings=\"--build-option=%s\" ' $( echo --cpp_ext --cuda_ext --distributed_adam --distributed_lamb --permutation_search --xentropy --focal_loss --group_norm --index_mul_2d --deprecated_fused_adam --deprecated_fused_lamb --fast_layer_norm --fmha --fast_multihead_attn --transducer --peer_memory --nccl_p2p --fast_bottleneck && if [ -n \"$LIBCUDNN_VER\" ]; then echo --bnp --cudnn_gbn --fused_conv_bias_relu; fi; ) > ./apex-extensions.conf && echo \"Extensions: $(cat ./apex-extensions.conf)\" && cd apex && xargs -a ../apex-extensions.conf python3 -m pip wheel -w /wheels -v --no-cache-dir --no-build-isolation --no-deps ./" did not complete successfully: exit code: 123
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/[email protected], docker/[email protected], docker/[email protected], docker/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading