Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Dec 7, 2023
1 parent 239274e commit 40aa852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/align/test_modeling_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,9 @@ def test_inputs_embeds(self):
assert 1 == 2
pass

@unittest.skip(reason="Retain_grad is tested in individual model tests")

def test_retain_grad_hidden_states_attentions(self):
assert 1 == 2
pass


Expand Down

0 comments on commit 40aa852

Please sign in to comment.