Skip to content

Commit 539fcc9

Browse files
committed
Snapshots
Signed-off-by: AlexDBlack <[email protected]>
1 parent 7b57aa8 commit 539fcc9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

datavec-examples/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.datavec</groupId>
4141
<artifactId>datavec-spark_${scala.binary.version}</artifactId>
42-
<version>${datavec.spark.version}</version>
42+
<version>${datavec.version}</version>
4343
</dependency>
4444

4545
<dependency>
@@ -52,6 +52,12 @@
5252
<artifactId>shared-utilities</artifactId>
5353
<version>${project.version}</version>
5454
</dependency>
55+
56+
<dependency>
57+
<groupId>org.apache.spark</groupId>
58+
<artifactId>spark-core_${scala.binary.version}</artifactId>
59+
<version>${spark.version}</version>
60+
</dependency>
5561
</dependencies>
5662

5763

dl4j-cuda-specific-examples/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<name>DeepLearning4j CUDA special examples</name>
3131
<properties>
32-
<nd4j.backend>nd4j-cuda-10.1-platform</nd4j.backend>
32+
<nd4j.backend>nd4j-cuda-10.1</nd4j.backend>
3333
</properties>
3434

3535
<repositories>
@@ -76,6 +76,11 @@
7676
<artifactId>nd4j-cuda-10.1-platform</artifactId>
7777
<version>${nd4j.version}</version>
7878
</dependency>
79+
<dependency>
80+
<groupId>org.nd4j</groupId>
81+
<artifactId>nd4j-cuda-10.1</artifactId>
82+
<version>${nd4j.version}</version>
83+
</dependency>
7984
</dependencies>
8085
</dependencyManagement>
8186

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<!-- Scala binary version: DL4J's Spark and UI functionality are released with both Scala 2.10 and 2.11 support -->
4848
<scala.binary.version>2.11</scala.binary.version>
49+
<spark.version>2.4.3</spark.version>
4950

5051
<hadoop.version>2.2.0</hadoop.version> <!-- Hadoop version used by Spark 1.6.3 and 2.2.1 (and likely others) -->
5152
<guava.version>19.0</guava.version>

0 commit comments

Comments
 (0)