You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ public void FastCheckOCREnglishV3()
34
34
// [Hint: Expected iter != allocators.end(), but received iter == allocators.end().] (at /Users/runner/work/PaddleSharp/PaddleSharp/paddle-src/paddle/phi/core/memory/allocation/allocator_facade.cc:381)
35
35
// [operator < matmul > error]
36
36
// The active test run was aborted. Reason: Test host process crashed
37
-
console.WriteLine("Skipping EnglishV3 test on macOS arm64 because this issue: https://github.com/PaddlePaddle/Paddle/issues/72413");
37
+
Console.WriteLine("Skipping EnglishV3 test on macOS arm64 because this issue: https://github.com/PaddlePaddle/Paddle/issues/72413");
38
38
return;
39
39
}
40
40
}
@@ -46,14 +46,27 @@ public void FastCheckOCREnglishV3()
46
46
[Fact]
47
47
publicvoidFastCheckOCREnglishV4()
48
48
{
49
-
Console.WriteLine($"Running EnglishV4 test on {RuntimeInformation.OSDescription} ({RuntimeInformation.OSArchitecture})");
0 commit comments