We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be038ef + 7bf411f commit 95e9a1bCopy full SHA for 95e9a1b
tests/py/models/test_models.py
@@ -86,7 +86,7 @@ def test_efficientnet_b0(self):
86
87
def test_bert_base_uncased(self):
88
self.model = cm.BertModule().cuda()
89
- self.input = torch.randint(0, 5, (1, 14), dtype=torch.int32).to("cuda")
+ self.input = torch.randint(0, 2, (1, 14), dtype=torch.int32).to("cuda")
90
91
compile_spec = {
92
"inputs": [
0 commit comments