Skip to content

Commit

Permalink
Download CNTK version 2.1
Browse files Browse the repository at this point in the history
Also ensure that the version number in SBT is the same as the downloaded
one.

Also simplify the SVG.
  • Loading branch information
elibarzilay committed Aug 17, 2017
1 parent 1d9f3ad commit 5ea6488
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
3 changes: 2 additions & 1 deletion src/project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ object Extras {
def defaultOrg = "com.microsoft.ml.spark"
def scalaVer = env("SCALA_FULL_VERSION", null)
def sparkVer = env("SPARK_VERSION", null)
def cntkVer = env("CNTK_VERSION", null)

def commonLibs = Seq(
"org.apache.spark" %% "spark-core" % sparkVer % "provided",
"org.apache.spark" %% "spark-mllib" % sparkVer % "provided",
"org.scalatest" %% "scalatest" % "3.0.0" % "provided",
// should include these things in the distributed jar
"io.spray" %% "spray-json" % "1.3.2",
"com.microsoft.cntk" % "cntk" % "2.1",
"com.microsoft.cntk" % "cntk" % cntkVer,
"org.openpnp" % "opencv" % "3.2.0-1"
// needed for wasb access, but it collides with the version that comes with Spark,
// so it gets installed manually for now (see "tools/config.sh")
Expand Down
12 changes: 5 additions & 7 deletions tools/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,12 @@ INSTALLATIONS=(
vers: "cat version|<{ver}>"
where: "devel build"

# Note: this is different than the version defined in SBT to avoid breaking
# work in progress; but when that's done, we need to sync up the two version
# via a shared version seetting so they cannot diverge.
CNTK ver: "beta12"
url: "$INSTALLER_URL/CNTK-2-0-<{ver}>-0-Linux-64bit-CPU-Only.tar.gz"
sha256: "033c5da4b3034f51d0bde6f0d926f7d075a146b16e7c6148a38cecba928efc6c"
CNTK ver: "2.1"
url: "$INSTALLER_URL/CNTK-2-1-Linux-64bit-CPU-Only.tar.gz"
sha256: "6fef06b6c9b9bdb782c0d3c4b860c7f7834a04bdf02a6e79938551dfaceea3c1"
exes: "cntk"
vers: "cntk|*Built time: Feb 22 2017 13:29:08"
# Note: no good way to find the installed version, see cntk pr #2228
vers: "ls cntk/lib/libCntk.Core-*.so|*/libCntk.Core-<{ver}>.so"
bindir: "cntk/bin"
where: "devel build"

Expand Down
17 changes: 9 additions & 8 deletions tools/misc/mmlspark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ea6488

Please sign in to comment.