Skip to content

Commit 8db09f7

Browse files
committed
fix compile.
1 parent 4a873ec commit 8db09f7

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

java/src/main/java/com/tencent/angel/pytorch/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import com.tencent.angel.pytorch.torch.TorchModel;
2020

2121
public class Test {
22-
public static void main(String[] argv) {
22+
public static void main(String[] argv) throws InterruptedException {
2323
System.loadLibrary("torch_angel");
2424
TorchModel.setPath("gcn.pt");
2525
System.out.println(TorchModel.get().getParametersTotalSize());

java/src/main/scala/com/tencent/angel/pytorch/examples/GraphLocalExample.scala

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)