This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ More information about the Java API and TorchScript:
25
25
- [ TorchScript reference] ( https://pytorch.org/docs/stable/jit.html )
26
26
- [ Loading TorchScript in C++] ( https://pytorch.org/tutorials/advanced/cpp_export.html )
27
27
- [ PyTorch-style JavaDoc] ( https://pytorch.org/docs/stable/packages.html )
28
- - [ Standard JavaDoc] ( https://dreiss.github.io/pytorch/android/pytorch_android/ javadoc-out / )
28
+ - [ Standard JavaDoc] ( https://pytorch.org/ javadoc/1.4.0 / )
29
29
- [ PyTorch Android tutorial] ( https://pytorch.org/mobile/android/ )
Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ plugins {
6
6
repositories {
7
7
jcenter()
8
8
9
- // This will not always be required. The 1.4 release will be in jcenter .
10
- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
9
+ // Uncomment this to use snapshot releases .
10
+ // maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
11
11
}
12
12
13
13
dependencies {
14
- // Remember to remove "-SNAPSHOT" after 1.4 is released!
15
- implementation ' org.pytorch:pytorch_java_only:1.4.0-SNAPSHOT'
14
+ implementation ' org.pytorch:pytorch_java_only:1.4.0'
16
15
}
17
16
18
17
def LIBTORCH_HOME = System . getenv(' LIBTORCH_HOME' )
You can’t perform that action at this time.
0 commit comments