Skip to content

Commit

Permalink
fix deepspeed halting
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 16, 2024
1 parent a070d7f commit a98dfc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/configs/_base_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ hydra:
# we're having ccorrect benchmarks is not important while testing
# to force sequential execution, uncomment the following three lines
# launcher:
# n_jobs: 1 # for debugging
# batch_size: 1 # for debugging
# n_jobs: -1 # 1 for debugging
# batch_size: auto # 1 for debugging
5 changes: 5 additions & 0 deletions tests/configs/_ds_tp_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ backend:
deepspeed_inference_config:
tensor_parallel:
tp_size: 2

hydra:
launcher:
n_jobs: 1
batch_size: 1

0 comments on commit a98dfc4

Please sign in to comment.