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

Commit 01bfd21

Browse files
committed
Upgraded version
1 parent 12fdef6 commit 01bfd21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/gpt2_client-1.8.1.tar.gz

12 KB
Binary file not shown.

gpt2_client.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: gpt2-client
3-
Version: 1.8
3+
Version: 1.8.1
44
Summary: Easy-to-use Wrapper for the GPT-2 117M and 345M Transformer Models
55
Home-page: https://github.com/rish-16/gpt2client
66
Author: Rishabh Anand
77
Author-email: [email protected]
88
License: MIT
9-
Download-URL: https://github.com/rish-16/gpt2client/archive/1.7.tar.gz
9+
Download-URL: https://github.com/rish-16/gpt2client/archive/1.8.tar.gz
1010
Description: <h1 align="center">gpt2-client 🤖📝</h1>
1111

1212
<p align="center">Easy-to-use Wrapper for GPT-2 117M and 345M Transformer Models</p>

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
setup(
1010
name = 'gpt2_client', # How you named your package folder (MyLib)
1111
packages = ['gpt2_client'], # Chose the same as "name"
12-
version = '1.8', # Start with a small number and increase it with every change you make
12+
version = '1.8.1', # Start with a small number and increase it with every change you make
1313
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1414
description = 'Easy-to-use Wrapper for the GPT-2 117M and 345M Transformer Models', # Give a short description about your library
1515
long_description = long_description,
1616
long_description_content_type = 'text/markdown',
1717
author = 'Rishabh Anand', # Type in your name
1818
author_email = '[email protected]', # Type in your E-Mail
1919
url = 'https://github.com/rish-16/gpt2client', # Provide either the link to your github or to your website
20-
download_url = 'https://github.com/rish-16/gpt2client/archive/1.7.tar.gz', # I explain this later on
20+
download_url = 'https://github.com/rish-16/gpt2client/archive/1.8.tar.gz', # I explain this later on
2121
keywords = ['gpt-2', 'wrapper', 'transformer', 'machine learning', 'openai', 'text generation'], # Keywords that define your package best
2222
install_requires=[
2323
'numpy',

0 commit comments

Comments
 (0)