Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions qa/L0_jax_distributed_unittest/test.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A name like L0_jax_paxml_integration would be more accurate.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.

set -xe

## 4 GPU Tests

# DP 2 TP 2
bash test-pax.sh --data-parallel 2 --tensor-parallel 2 --enable-te --multiprocess

# PP 2 FSDP 2
bash test-pax.sh --fsdp 2 --pipeline-parallel 2 --enable-te --multiprocess

# PP 2 FSDP 2 + FP 8
ENABLE_FP8=1 bash test-pax.sh --fsdp 2 --pipeline-parallel 2 --enable-te --multiprocess

# PP 2 FSDP 2 + FP 8 + single-process
ENABLE_FP8=1 bash test-pax.sh --fsdp 2 --pipeline-parallel 2 --enable-te