Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable 2-node tests #1289

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/_test_maxtext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ jobs:
- [1, 1, 1, 8]
- [1, 1, 4, 2]
- [1, 2, 2, 2]
- [1, 4, 2, 2]
# 2-node config temporarily disabled
# - [1, 4, 2, 2]
fail-fast: false
runs-on: jumpbox
steps:
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/_test_pax_rosetta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,11 @@ jobs:
PARALLEL_CONFIG: [1, 4, 1, 2]
BATCH_SIZE: 4
ADDITIONAL_ARGS: ""
- TEST_NAME: 16DP1FSDP1TP1PP_TE
PARALLEL_CONFIG: [1, 16, 1, 1]
BATCH_SIZE: 4
ADDITIONAL_ARGS: ""
# 2-node config temporarily disabled
# - TEST_NAME: 16DP1FSDP1TP1PP_TE
# PARALLEL_CONFIG: [1, 16, 1, 1]
# BATCH_SIZE: 4
# ADDITIONAL_ARGS: ""
- TEST_NAME: 5B_fused_attn_1
PARALLEL_CONFIG: [1, 1, 8, 1]
BATCH_SIZE: 2
Expand Down Expand Up @@ -446,7 +447,8 @@ jobs:
- [1, 8, 1, 1]
- [1, 4, 1, 2]
- [4, 2, 1, 1]
- [4, 2, 1, 2]
# 2-node config temporarily disabled
# - [4, 2, 1, 2]
fail-fast: false
runs-on: jumpbox
env:
Expand Down
Loading
Loading