Skip to content

Commit

Permalink
dummy commit for connection failure in unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
gongbaitao committed Apr 10, 2023
1 parent 03472ef commit f9f87d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/cpmant/test_modeling_cpmant.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_config(self):
self.config_tester.check_config_arguments_init()

def test_inputs_embeds(self):
unittest.skip("CPMAnt doesn't support input_embeds.")(self.test_inputs_embeds)
unittest.skip("CPMAnt doesn't support input embeds.")(self.test_inputs_embeds)

def test_retain_grad_hidden_states_attentions(self):
unittest.skip(
Expand Down

0 comments on commit f9f87d8

Please sign in to comment.