WORKSPACE 379 Bytes
Newer Older
1
local_repository(
2
  name = "org_tensorflow",
3
  path = "tensorflow",
4
5
)

6
load("@org_tensorflow//tensorflow:workspace.bzl", "tf_workspace")
7
tf_workspace(path_prefix="", tf_repo_name="org_tensorflow")
8

9
10
11
# Test that Bazel is the correct release, tested for compatibility with the
# current SyntaxNet snapshot.
load("//syntaxnet:syntaxnet.bzl", "check_version")
12
check_version("0.4.3")
13