File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
dl4j-cuda-specific-examples Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.datavec</groupId >
41
41
<artifactId >datavec-spark_${scala.binary.version}</artifactId >
42
- <version >${datavec.spark. version} </version >
42
+ <version >${datavec.version} </version >
43
43
</dependency >
44
44
45
45
<dependency >
52
52
<artifactId >shared-utilities</artifactId >
53
53
<version >${project.version} </version >
54
54
</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 >
55
61
</dependencies >
56
62
57
63
Original file line number Diff line number Diff line change 29
29
30
30
<name >DeepLearning4j CUDA special examples</name >
31
31
<properties >
32
- <nd4j .backend>nd4j-cuda-10.1-platform </nd4j .backend>
32
+ <nd4j .backend>nd4j-cuda-10.1</nd4j .backend>
33
33
</properties >
34
34
35
35
<repositories >
76
76
<artifactId >nd4j-cuda-10.1-platform</artifactId >
77
77
<version >${nd4j.version} </version >
78
78
</dependency >
79
+ <dependency >
80
+ <groupId >org.nd4j</groupId >
81
+ <artifactId >nd4j-cuda-10.1</artifactId >
82
+ <version >${nd4j.version} </version >
83
+ </dependency >
79
84
</dependencies >
80
85
</dependencyManagement >
81
86
Original file line number Diff line number Diff line change 46
46
47
47
<!-- Scala binary version: DL4J's Spark and UI functionality are released with both Scala 2.10 and 2.11 support -->
48
48
<scala .binary.version>2.11</scala .binary.version>
49
+ <spark .version>2.4.3</spark .version>
49
50
50
51
<hadoop .version>2.2.0</hadoop .version> <!-- Hadoop version used by Spark 1.6.3 and 2.2.1 (and likely others) -->
51
52
<guava .version>19.0</guava .version>
You can’t perform that action at this time.
0 commit comments