Skip to content

Commit

Permalink
Mark SqueezeNet 1.0-qdq also as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 9, 2023
1 parent c7abe1f commit cd8b8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxruntime/test/providers/cpu/model_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ TEST_P(ModelTest, Run) {
if (provider_name == "cuda") {
broken_tests.insert({"GoogleNet-qdq", "failed in orttraining-linux-gpu, TRT8.5 with V100.", {"opset12"}});
broken_tests.insert({"ShuffleNet-v2-qdq", "failed in orttraining-linux-gpu, TRT8.5 with V100.", {"opset12"}});
broken_tests.insert({"Inception-1-qdq", "failed in orttraining-linux-gpu.", {"opset12"}});
broken_tests.insert({"Inception-1-qdq", "failed in orttraining-linux-gpu, TRT8.5 with V100.", {"opset12"}});
broken_tests.insert({"SqueezeNet 1.0-qdq", "failed in orttraining-linux-gpu, TRT8.5 with V100.", {"opset13"}});
}
#endif

Expand Down

0 comments on commit cd8b8d1

Please sign in to comment.