Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Last active December 8, 2015 16:32
Show Gist options
  • Select an option

  • Save kevinrobinson/cbae86d942375d2a7dbf to your computer and use it in GitHub Desktop.

Select an option

Save kevinrobinson/cbae86d942375d2a7dbf to your computer and use it in GitHub Desktop.
py_binary(
name = “word2vec”,
srcs = [“word2vec.py”],
deps = [“:gen_word2vec”, ...],
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment