From a96733930e9a52f250afa1ec28111f46a22fb2cd Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 22 Mar 2026 11:09:33 -0400 Subject: [PATCH] retry and more info on download failure --- cicd/cicd.sh | 3 ++- codecov.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cicd/cicd.sh b/cicd/cicd.sh index 2f0af7e26..7fc4da556 100755 --- a/cicd/cicd.sh +++ b/cicd/cicd.sh @@ -3,7 +3,8 @@ set -e python -c "import torch; assert '$PYTORCH_VERSION' in torch.__version__" -curl --silent -L https://axolotl-ci.b-cdn.net/hf-cache.tar.zst | tar -xpf - -C "${HF_HOME}/hub/" --use-compress-program unzstd --strip-components=1 +set -o pipefail +curl --silent --show-error --fail --retry 3 --retry-delay 5 -L https://axolotl-ci.b-cdn.net/hf-cache.tar.zst | tar -xpf - -C "${HF_HOME}/hub/" --use-compress-program unzstd --strip-components=1 # hf download "NousResearch/Meta-Llama-3-8B" # hf download "NousResearch/Meta-Llama-3-8B-Instruct" # hf download "microsoft/Phi-4-reasoning" diff --git a/codecov.yml b/codecov.yml index fa3ad3073..a876dd59d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -37,6 +37,7 @@ coverage: only_pulls: false flags: null paths: null + informational: true parsers: gcov: