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 22, 2024
1 parent 47eb0c4 commit e754d4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deepspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
cd DeepSpeed
pip install -r ../requirements/requirements_deepspeed.txt
pip install .[1bit,autotuning,inf]
pip list
ds_report
- name: Python environment
Expand All @@ -99,8 +100,9 @@ jobs:
source /root/.bashrc
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
cd DeepSpeed
pytest --verbose tests/*
cd DeepSpeed/tests/
pytest --verbose $PYTEST_OPTS --forked -n 4 unit/
pytest $PYTEST_OPTS --forked -m 'sequential' unit/
Expand Down

0 comments on commit e754d4f

Please sign in to comment.