Skip to content

Commit 2c9501a

Browse files
Set the default of use_custom_sort_vjp to False
PiperOrigin-RevId: 808631664
1 parent ca2ae66 commit 2c9501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaxText/configs/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ sparse_matmul: True
167167
capacity_factor: -1.0 # a factor to decide expert capacity for token dropping, and no dropping by default
168168
load_balance_loss_weight: 0.01 # weight for the load balance loss
169169
use_random_routing: False # whether to use random routing for debug/test purpose
170-
use_custom_sort_vjp: True # whether to use a custom sort vjp for sparse matmul ops
170+
use_custom_sort_vjp: False # whether to use a custom sort vjp for sparse matmul ops
171171
use_ring_of_experts: False # whether to use ring of experts for sparse matmul expert parallelism
172172
# Tunable tiling dimensions used for Megablox
173173
tile_batch_seq: 512

0 commit comments

Comments
 (0)