Skip to content

Commit

Permalink
full name for neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
lipovsek-aws committed Dec 11, 2024
1 parent 1bdb44e commit 52d0991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axlearn/common/flash_attention/neuron_attention_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


if jax.default_backend() != "neuron":
pytestmark = pytest.mark.skip(reason="Incompatible hardware, Neuron only test.")
pytestmark = pytest.mark.skip(reason="Incompatible hardware, AWS Neuron only test.")


@pytest.mark.parametrize(
Expand Down

0 comments on commit 52d0991

Please sign in to comment.