Skip to content

Commit

Permalink
Added model in basic opt (nod-ai#408)
Browse files Browse the repository at this point in the history
Model passing post addition
  • Loading branch information
pdhirajkumarprasad authored Dec 4, 2024
1 parent 2a51201 commit 22a000a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions alt_e2eshark/onnx_tests/models/onnx_zoo_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ def build_model_to_path_map():
("mosaic-8", False),
("udnie-8", False),
("pointilism-8", False),
("vit_l_16_Opset16_torch_hub", False),
("vit_b_16_Opset18_torch_hub", False),
("vit_b_32_Opset18_torch_hub", False),
("vit_l_32_Opset17_torch_hub", False),
("vit_b_32_Opset17_torch_hub", False),
("vit_b_16_Opset17_torch_hub", False),
("vit_l_16_Opset17_torch_hub", False),
("vit_b_16_Opset16_torch_hub", False),
("vit_l_16_Opset18_torch_hub", False),
("vit_l_32_Opset18_torch_hub", False),
("vit_b_32_Opset16_torch_hub", False),
("vit_l_32_Opset16_torch_hub", False),
("candy-8", False)
]

Expand Down

0 comments on commit 22a000a

Please sign in to comment.