Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Uploaded 1.9 tar
Browse files Browse the repository at this point in the history
  • Loading branch information
rish-16 committed Aug 8, 2019
1 parent bd5c485 commit fc04dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added dist/gpt2_client-1.9.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions gpt2_client.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: gpt2-client
Version: 1.9
Version: 1.9.1
Summary: Easy-to-use Wrapper for the GPT-2 117M and 345M Transformer Models
Home-page: https://github.com/rish-16/gpt2client
Author: Rishabh Anand
Author-email: [email protected]
License: MIT
Download-URL: https://github.com/rish-16/gpt2client/archive/1.9.tar.gz
Download-URL: https://github.com/rish-16/gpt2client/archive/1.9.1.tar.gz
Description: <h1 align="center">gpt2-client 🤖📝</h1>

<p align="center">Easy-to-use Wrapper for GPT-2 117M and 345M Transformer Models</p>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
setup(
name = 'gpt2_client',
packages = ['gpt2_client'],
version = '1.9',
version = '1.9.1',
license='MIT',
description = 'Easy-to-use Wrapper for the GPT-2 117M and 345M Transformer Models',
long_description = long_description,
long_description_content_type = 'text/markdown',
author = 'Rishabh Anand',
author_email = '[email protected]',
url = 'https://github.com/rish-16/gpt2client',
download_url = 'https://github.com/rish-16/gpt2client/archive/1.9.tar.gz',
download_url = 'https://github.com/rish-16/gpt2client/archive/1.9.1.tar.gz',
keywords = ['gpt-2', 'wrapper', 'transformer', 'machine learning', 'openai', 'text generation'],
install_requires=[
'numpy',
Expand Down

0 comments on commit fc04dae

Please sign in to comment.