mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
Exclude GPT2_LM_HEAD from OpenVino's model test list (#5356)
GPT2_LM_HEAD is a new ONNX model zoo model that OpenVino doesn't support. Error message:1: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running OpenVINO-EP-subgraph_1162 node. Name:'OpenVINOExecutionProvider_OpenVINO-EP-subgraph_1162_1' Status Message: _Map_base::at
This commit is contained in:
parent
d77241e7f1
commit
e4f71abd90
1 changed files with 1 additions and 0 deletions
|
|
@ -676,6 +676,7 @@ TEST_P(ModelTest, Run) {
|
|||
ORT_TSTR("mlperf_ssd_resnet34_1200"),
|
||||
ORT_TSTR("candy"),
|
||||
ORT_TSTR("cntk_simple_seg"),
|
||||
ORT_TSTR("GPT2_LM_HEAD"),
|
||||
ORT_TSTR("negative_log_likelihood_loss_input_shape_is_NCd1d2d3d4d5_mean_weight"),
|
||||
ORT_TSTR("negative_log_likelihood_loss_input_shape_is_NCd1d2d3d4d5_mean_weight_expanded"),
|
||||
ORT_TSTR("negative_log_likelihood_loss_input_shape_is_NCd1d2d3d4d5_none_no_weight"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue