Created
July 30, 2020 13:02
-
-
Save meoyawn/f225ceb71bc84d8f84ffe28848ef33e1 to your computer and use it in GitHub Desktop.
gpt-2 dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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