Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting Tensorflow 2 #275

Merged
merged 6 commits into from
Oct 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
handle merge conflicts
  • Loading branch information
duhaime committed Sep 3, 2021
commit 061f32dc0e389e66289a3c6c5bd313428b56953a
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@


setup(
name='gpt_2_simple',
packages=['gpt_2_simple'], # this must be the same as the name above
version='0.7.2',
description="Python package to easily retrain OpenAI's GPT-2 " \
name="gpt_2_simple",
packages=["gpt_2_simple"], # this must be the same as the name above
version="0.7.2",
description="Python package to easily retrain OpenAI's GPT-2 "
"text-generating model on new texts.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.