update(versions): update to latest version of torch, deepspeed, flash… #44
Annotations
2 errors
|
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c python3 -m pip install -U --no-cache-dir setuptools wheel pip && if python3 -m pip show torch | grep 'Version: 2\\.[1-9]' > /dev/null; then export DS_BUILD_AIO='0'; fi && { for VAR in DS_BUILD_OPS DS_BUILD_CPU_ADAM DS_BUILD_FUSED_ADAM DS_BUILD_FUSED_LAMB DS_BUILD_SPARSE_ATTN DS_BUILD_TRANSFORMER DS_BUILD_TRANSFORMER_INFERENCE DS_BUILD_STOCHASTIC_TRANSFORMER DS_BUILD_UTILS DS_BUILD_AIO; do if [[ -z ${!VAR} ]]; then unset ${VAR}; fi; done; } && CC=$(realpath -e ./compiler) MAX_JOBS=$(($(./effective_cpu_count.sh) + 2)) python3 -m pip wheel -w /wheels --no-cache-dir --no-build-isolation --no-deps deepspeed==${DEEPSPEED_VERSION} && rm ./*" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading