@@ -723,34 +723,28 @@ def loss_fn(params, x):
723723 )
724724
725725 @pytest .mark .tpu_only
726- @pytest .mark .skip_on_tpu7x
727726 def test_ragged_sort_loss_and_grad_ring_of_experts (self ):
728727 self ._run_ragged_sort_loss_and_grad (use_ring_of_experts = True )
729728
730729 @pytest .mark .tpu_only
731- @pytest .mark .skip_on_tpu7x
732730 def test_ragged_sort_loss_and_grad_ring_of_experts_ragged_buffer (self ):
733731 self ._run_ragged_sort_loss_and_grad (use_ring_of_experts = True , ragged_buffer_factor = 1.5 )
734732
735733 @pytest .mark .tpu_only
736- @pytest .mark .skip_on_tpu7x
737734 def test_ragged_sort_loss_and_grad_ring_of_experts_fallback (self ):
738735 self ._run_ragged_sort_loss_and_grad (
739736 use_ring_of_experts = True , ragged_gather_fallback = True , ragged_gather_reduce_fallback = True
740737 )
741738
742739 @pytest .mark .tpu_only
743- @pytest .mark .skip_on_tpu7x
744740 def test_ragged_sort_loss_and_grad_no_ring_of_experts (self ):
745741 self ._run_ragged_sort_loss_and_grad (use_ring_of_experts = False )
746742
747743 @pytest .mark .tpu_only
748- @pytest .mark .skip_on_tpu7x
749744 def test_ragged_sort_loss_and_grad_no_ring_of_experts_ragged_buffer (self ):
750745 self ._run_ragged_sort_loss_and_grad (use_ring_of_experts = False , ragged_buffer_factor = 1.5 )
751746
752747 @pytest .mark .tpu_only
753- @pytest .mark .skip_on_tpu7x
754748 def test_ragged_sort_loss_and_grad_no_ring_of_experts_fallback (self ):
755749 self ._run_ragged_sort_loss_and_grad (
756750 use_ring_of_experts = False , ragged_gather_fallback = True , ragged_gather_reduce_fallback = True
0 commit comments