Skip to content

Commit

Permalink
accelerate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic committed Mar 17, 2022
1 parent 0554295 commit 4945cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _test_modification_consistency(
preserve_rng: Optional[bool], dropout: float, grad_fails: bool):
torch.use_deterministic_algorithms(True)
config = LeanAlbertConfig(
vocab_size=1000, num_hidden_layers=8, hidden_size=64, num_attention_heads=8,
vocab_size=1000, num_hidden_layers=4, hidden_size=32, num_attention_heads=4,
hidden_dropout_prob=dropout, reversible=reversible)
model = LeanAlbertForPreTraining(config)

Expand Down

0 comments on commit 4945cac

Please sign in to comment.