We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820d7da commit 7424601Copy full SHA for 7424601
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="aitextgen",
5
packages=["aitextgen"], # this must be the same as the name above
6
- version="0.5.2",
+ version="0.6.0",
7
description="A robust Python tool for text-based AI training and generation using GPT-2.",
8
long_description=open("README.md", "r", encoding="utf-8").read(),
9
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
19
install_requires=[
20
"transformers>=4.5.1",
21
"fire>=0.3.0",
22
- "pytorch-lightning>=1.3.1",
+ "pytorch-lightning>=1.7.0",
23
"torch>=1.6.0",
24
],
25
)
0 commit comments