Skip to content

Commit

Permalink
Update deepspeed.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuedinge233 authored Oct 17, 2024
1 parent 30d56da commit a0d6a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deepspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -109,4 +109,4 @@ jobs:

0 comments on commit a0d6a27

Please sign in to comment.