Skip to content

Commit

Permalink
Merge branch 'save' into trt_10
Browse files Browse the repository at this point in the history
  • Loading branch information
peri044 committed Mar 20, 2024
2 parents a839c5a + 4ae6ab9 commit 6b86917
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/py/dynamo/models/test_models_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ def test_bert_base_uncased(ir):
model = BertModel.from_pretrained("bert-base-uncased").cuda().eval()
input = torch.randint(0, 1, (1, 14), dtype=torch.int32).to("cuda")
input2 = torch.randint(0, 1, (1, 14), dtype=torch.int32).to("cuda")
# model = (
# transformers_trace(model, input_names=["input_ids", "attention_mask"])
# .eval()
# .cuda()
# )

compile_spec = {
"inputs": [
Expand Down

0 comments on commit 6b86917

Please sign in to comment.