Skip to content

Commit

Permalink
it s the complete opposite...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ehrhardt committed Apr 30, 2024
1 parent aefab37 commit 61a97df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ def test_pt_tf_model_equivalence(self):
config.output_hidden_states = True
decoder_config.output_hidden_states = True
# All models tested in this file have attentions in slow mode
config.output_attentions = not _run_slow_tests
decoder_config.output_attentions = not _run_slow_tests
config.output_attentions = _run_slow_tests
decoder_config.output_attentions = _run_slow_tests

tf_inputs_dict = config_inputs_dict
# `encoder_hidden_states` is not used in model call/forward
Expand Down

0 comments on commit 61a97df

Please sign in to comment.