From a0d6a2722f091f2e6b504c1cabb6e0b7d68dabde Mon Sep 17 00:00:00 2001 From: jiahao su Date: Thu, 17 Oct 2024 16:28:58 +0800 Subject: [PATCH] Update deepspeed.yaml --- .github/workflows/deepspeed.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deepspeed.yaml b/.github/workflows/deepspeed.yaml index 99f375e7b..ee2efaeb6 100644 --- a/.github/workflows/deepspeed.yaml +++ b/.github/workflows/deepspeed.yaml @@ -88,7 +88,7 @@ jobs: run: | source /root/.bashrc echo "y" | apt-get install git - git clone https://github.com/microsoft/DeepSpeed.git + git clone --depth=1 https://github.com/microsoft/DeepSpeed.git cd DeepSpeed pip install .[1bit,npu,autotuning,inf] -i https://pypi.tuna.tsinghua.edu.cn/simple ds_report @@ -109,4 +109,4 @@ jobs: - \ No newline at end of file +