Skip to content

Commit

Permalink
Fix HubertRobustTest PT/TF equivalence test on GPU (huggingface#16943)
Browse files Browse the repository at this point in the history
Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
2 people authored and elusenji committed Jun 12, 2022
1 parent afd312d commit 3e5c657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hubert/test_modeling_hubert.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def get_config(self):
hidden_act=self.hidden_act,
initializer_range=self.initializer_range,
vocab_size=self.vocab_size,
do_stable_layer_norm=self.do_stable_layer_norm,
)

def create_and_check_model(self, config, input_values, attention_mask):
Expand Down

0 comments on commit 3e5c657

Please sign in to comment.