Skip to content

Commit d4d0b3a

Browse files
committed
[BUILD] Temporary fix.
1 parent fca10f1 commit d4d0b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")
2424

2525
organization in ThisBuild := "org.platanios"
2626

27-
val tensorFlowVersion = "1.9.0-rc1"
27+
val tensorFlowVersion = "1.9.0-rc0"
2828
val circeVersion = "0.9.1" // Use for working with JSON.
2929

3030
autoCompilerPlugins in ThisBuild := true
@@ -160,7 +160,7 @@ lazy val jni = (project in file("./jni"))
160160
target in nativeCompile := target.value / "native" / nativePlatform.value,
161161
target in JniCross := target.value / "native",
162162
nativePlatforms in JniCross := Set(LINUX_x86_64, LINUX_GPU_x86_64, DARWIN_x86_64),
163-
tfBinaryVersion in JniCross := tensorFlowVersion,
163+
tfBinaryVersion in JniCross := "1.9.0-rc1", // tensorFlowVersion,
164164
tfLibCompile in JniCross := false,
165165
tfLibRepository in JniCross := "https://github.com/tensorflow/tensorflow.git",
166166
tfLibRepositoryBranch in JniCross := "master",

0 commit comments

Comments
 (0)