Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wtmlon committed Aug 31, 2023
1 parent 29f6725 commit 03db007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/transformers/chatglm_v2/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ def test_model_attention_mask(self):
config_and_inputs = self.model_tester.prepare_config_and_inputs()
self.model_tester.create_and_check_model_attention_mask(*config_and_inputs)

# chatglm_v2 cannot use beam search temporarily
def test_beam_search_generate(self):
pass

# chatglm_v2 cannot use group beam search temporarily
def test_group_beam_search_generate(self):
pass

Expand Down

0 comments on commit 03db007

Please sign in to comment.