make the CI fail GitHub Actions on test failures (#3517)

* make the CI fail GitHub Actions on test failures

* use model bundle

* install zstd for compressed model artifact
This commit is contained in:
Wing Lian
2026-03-19 08:29:24 -04:00
committed by GitHub
parent 163bd4dd5a
commit bb483ad4c4
4 changed files with 11 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ ENV HF_HOME="{{ HF_HOME }}"
ENV AXOLOTL_DATASET_NUM_PROC="8"
RUN apt-get update && \
apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev ibverbs-providers ibverbs-utils infiniband-diags librdmacm-dev librdmacm1 rdmacm-utils slurm-wlm
apt-get install -y --allow-change-held-packages vim curl nano zstd libnccl2 libnccl-dev ibverbs-providers ibverbs-utils infiniband-diags librdmacm-dev librdmacm1 rdmacm-utils slurm-wlm
WORKDIR /workspace