Skip to content

Commit 097ac0b

Browse files
committed
Use Logback for logging when running benchmark
1 parent 8e868ed commit 097ac0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"na
66

77
nd4jRuntime in Global := "native"
88

9+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
10+
911
libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
1012

1113
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6").jar().classifier {

0 commit comments

Comments
 (0)