Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 2, 2024
1 parent 26dea1b commit ca88613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/src/distribution/distribution_lib_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def setUp(self):
shape, axis_names, self.devices
)

@pytest.mark.skipif(testing.jax_uses_gpu(), reason="CI segfault")
def test_distribute_weights(self):
layout_map = distribution_lib.LayoutMap(self.device_mesh)
layout_map[".*kernel"] = distribution_lib.TensorLayout([None, "model"])
Expand Down

0 comments on commit ca88613

Please sign in to comment.