Skip to content

Commit

Permalink
Merge pull request #4077 from knightXun:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652789132
  • Loading branch information
Flax Authors committed Jul 16, 2024
2 parents e7f43dd + 9329127 commit 93babfd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/lm1b/configs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ def get_config():
# Parallelism
config.mesh_axes = ['data', 'fsdp', 'tensor']
config.logical_axis_rules = [
['activation_batch', ['data', 'fsdp']],
['activation_length', ['data', 'fsdp']],
['activation_embed', 'tensor'],
['activation_mlp', 'tensor'],
['activation_heads', 'tensor'],
['activation_kv', 'tensor'],
['activation_vocab', 'tensor'],
['mlp', 'tensor'],
['vocab', 'tensor'],
['embed', 'fsdp'],
Expand Down

0 comments on commit 93babfd

Please sign in to comment.