Skip to content

Commit

Permalink
Update module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Jun 22, 2024
1 parent f059d37 commit d882992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytorch/src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
requires transitive org.bytedeco.openblas;
exports org.bytedeco.pytorch.global;
exports org.bytedeco.pytorch.presets;
exports org.bytedeco.pytorch.functions;
exports org.bytedeco.pytorch.cuda;
exports org.bytedeco.pytorch.gloo;
exports org.bytedeco.pytorch.chrono;
exports org.bytedeco.pytorch;
}

0 comments on commit d882992

Please sign in to comment.