We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b156dc commit 7bf411fCopy full SHA for 7bf411f
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