We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e868ed commit 097ac0bCopy full SHA for 097ac0b
benchmarks/build.sbt
@@ -6,6 +6,8 @@ val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"na
6
7
nd4jRuntime in Global := "native"
8
9
+libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
10
+
11
libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
12
13
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6").jar().classifier {
0 commit comments