File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")
24
24
25
25
organization in ThisBuild := " org.platanios"
26
26
27
- val tensorFlowVersion = " 1.9.0-rc1 "
27
+ val tensorFlowVersion = " 1.9.0-rc0 "
28
28
val circeVersion = " 0.9.1" // Use for working with JSON.
29
29
30
30
autoCompilerPlugins in ThisBuild := true
@@ -160,7 +160,7 @@ lazy val jni = (project in file("./jni"))
160
160
target in nativeCompile := target.value / " native" / nativePlatform.value,
161
161
target in JniCross := target.value / " native" ,
162
162
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,
164
164
tfLibCompile in JniCross := false ,
165
165
tfLibRepository in JniCross := " https://github.com/tensorflow/tensorflow.git" ,
166
166
tfLibRepositoryBranch in JniCross := " master" ,
You can’t perform that action at this time.
0 commit comments