mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Update InferenceTest.cs to exclude one more model in x86 mode
This commit is contained in:
parent
5e44d25c5a
commit
00b18d9dc5
1 changed files with 1 additions and 0 deletions
|
|
@ -737,6 +737,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
skipModels["test_bvlc_reference_caffenet"] = "System out of memory";
|
||||
skipModels["coreml_VGG16_ImageNet"] = "System out of memory";
|
||||
skipModels["test_ssd"] = "System out of memory";
|
||||
skipModels["roberta_sequence_classification"] = "System out of memory";
|
||||
}
|
||||
|
||||
return skipModels;
|
||||
|
|
|
|||
Loading…
Reference in a new issue