From 8a4e94a9ffe9456d06090a5e373a76a634a61eff Mon Sep 17 00:00:00 2001 From: ydshieh Date: Wed, 29 May 2024 19:52:12 +0200 Subject: [PATCH] build --- .github/workflows/self-scheduled.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index cf904d371ecbdf..5b31520bdbabdf 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -285,9 +285,6 @@ jobs: - name: Pre build DeepSpeed *again* working-directory: /workspace run: | -# python3 -m pip uninstall -y deepspeed -# DS_DISABLE_NINJA=1 DS_BUILD_CPU_ADAM=1 DS_BUILD_FUSED_ADAM=1 python3 -m pip install deepspeed --global-option="build_ext" --global-option="-j8" --no-cache -v --disable-pip-version-check - python3 -m pip uninstall -y deepspeed rm -rf DeepSpeed git clone https://github.com/microsoft/DeepSpeed && cd DeepSpeed && rm -rf build