Skip to content

Instantly share code, notes, and snippets.

@meoyawn
Created July 30, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meoyawn/f225ceb71bc84d8f84ffe28848ef33e1 to your computer and use it in GitHub Desktop.
Save meoyawn/f225ceb71bc84d8f84ffe28848ef33e1 to your computer and use it in GitHub Desktop.
gpt-2 dependencies
[tool.poetry]
version = "1.0.0"
name = "gpt-2"
description = ""
authors = []
[tool.poetry.dependencies]
fire = "^0.1.3"
regex = "2017.4.5"
requests = "2.21.0"
tqdm = "4.31.1"
tensorflow = "1.14"
[build-system]
build-backend = "poetry.masonry.api"
requires = ["poetry>=0.12"]
[tool.poetry.scripts]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment