fix java demo bug

This commit is contained in:
yefeng 2022-03-17 18:49:46 +08:00
parent 184f8f8464
commit cc569271a9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mindspore.lite.demo</groupId>
<artifactId>quick_start_java</artifactId>
<artifactId>quick_start_server_inference_java</artifactId>
<version>1.0</version>
<properties>

View File

@ -129,7 +129,7 @@ public class Main {
runner.free();
return;
}
System.err.println("========== model parallel runner predict success ==========");
System.out.println("========== model parallel runner predict success ==========");
freeTensor();
runner.free();
}