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
Copy file name to clipboardExpand all lines: tests/Sdcb.PaddleOCR.Tests/OnlineModelsTest.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,15 @@ public class OnlineModelsTest(ITestOutputHelper console)
12
12
[Fact]
13
13
publicasyncTaskFastCheckOCR()
14
14
{
15
-
// EnglishV3 is not working in macos-arm64, so we use ChineseV4 instead: https://github.com/PaddlePaddle/Paddle/issues/72413
15
+
// EnglishV3 is not working in macos-arm64, so we use ChineseV5 instead: https://github.com/PaddlePaddle/Paddle/issues/72413
16
16
// ----------------------
17
17
// Error Message Summary:
18
18
// ----------------------
19
19
// NotFoundError: No allocator found for the place, Place(undefined:0)
20
20
// [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)
21
21
// [operator < matmul > error]
22
22
// The active test run was aborted. Reason: Test host process crashed
0 commit comments