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")
2424
2525organization in ThisBuild := " org.platanios"
2626
27- val tensorFlowVersion = " 1.9.0-rc1 "
27+ val tensorFlowVersion = " 1.9.0-rc0 "
2828val circeVersion = " 0.9.1" // Use for working with JSON.
2929
3030autoCompilerPlugins 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" ,
You can’t perform that action at this time.
0 commit comments