Skip to content

Commit 4ae6ab9

Browse files
committed
chore: remove comments
1 parent f4e8fe9 commit 4ae6ab9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/py/dynamo/models/test_models_export.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ def test_bert_base_uncased(ir):
110110
model = BertModel.from_pretrained("bert-base-uncased").cuda().eval()
111111
input = torch.randint(0, 1, (1, 14), dtype=torch.int32).to("cuda")
112112
input2 = torch.randint(0, 1, (1, 14), dtype=torch.int32).to("cuda")
113-
# model = (
114-
# transformers_trace(model, input_names=["input_ids", "attention_mask"])
115-
# .eval()
116-
# .cuda()
117-
# )
118113

119114
compile_spec = {
120115
"inputs": [

0 commit comments

Comments
 (0)