Skip to content

Commit 4614ac9

Browse files
committed
Fix versions, repositories
1 parent 1d415a6 commit 4614ac9

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

dl4j-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dl4j-master.version>1.0.0-M1.1</dl4j-master.version>
3232
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3333
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
34-
<nd4j.backend>nd4j-cuda-11.2</nd4j.backend>
34+
<nd4j.backend>nd4j-native</nd4j.backend>
3535
<java.version>1.8</java.version>
3636
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3737
<maven.minimum.version>3.3.1</maven.minimum.version>

nd4j-ndarray-examples/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<description>Working with NDArrays</description>
2929

3030
<repositories>
31-
<repository>
32-
<id>orgdeeplearning4j-1177</id>
33-
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1177</url>
34-
</repository>
3531
<repository>
3632
<id>sonatype-nexus-snapshots</id>
3733
<name>Sonatype Nexus Snapshots</name>
@@ -48,7 +44,7 @@
4844

4945

5046
<properties>
51-
<dl4j-master.version>1.0.0-M1.1.1</dl4j-master.version>
47+
<dl4j-master.version>1.0.0-M1.1</dl4j-master.version>
5248
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
5349
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
5450
<nd4j.backend>nd4j-native</nd4j.backend>

rl4j-examples/pom.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<artifactId>rl4j-examples</artifactId>
99
<version>1.0.0-M1.1</version>
1010
<properties>
11-
<nd4j.version>1.0.0-M1.1.1</nd4j.version>
12-
<rl4j.version>1.0.0-M1.1.1</rl4j.version>
11+
<nd4j.version>1.0.0-M1.1</nd4j.version>
12+
<rl4j.version>1.0.0-M1.1</rl4j.version>
1313
<logback.version>1.1.7</logback.version>
1414
<java.version>1.8</java.version>
1515
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -20,10 +20,6 @@
2020

2121

2222
<repositories>
23-
<repository>
24-
<id>orgdeeplearning4j-1177</id>
25-
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1177</url>
26-
</repository>
2723
<repository>
2824
<id>sonatype-nexus-snapshots</id>
2925
<name>Sonatype Nexus Snapshots</name>

samediff-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<description>A set of beginner examples introducing the SameDiff framework</description>
2929

3030
<properties>
31-
<dl4j-master.version>1.0.0-M1.1.1</dl4j-master.version>
31+
<dl4j-master.version>1.0.0-M1.1</dl4j-master.version>
3232
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3333
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
3434
<nd4j.backend>nd4j-native</nd4j.backend>

0 commit comments

Comments
 (0)