Skip to content

Commit 3f857a3

Browse files
committed
fix multiprocess size
Signed-off-by: Jennifer Chen <[email protected]>
1 parent ca7c0e8 commit 3f857a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gpu/torch/quantization/plugins/test_megatron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _test_data_tensor_context_parallel_helper(config, rank, size):
199199
)
200200
def test_data_tensor_context_parallel(need_8_gpus, config):
201201
spawn_multiprocess_job(
202-
size=4, job=partial(_test_data_tensor_context_parallel_helper, config), backend="nccl"
202+
size=8, job=partial(_test_data_tensor_context_parallel_helper, config), backend="nccl"
203203
)
204204

205205

0 commit comments

Comments
 (0)