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

Commit 77bc1d8

Browse files
committed
Added 1.9.6 tar files
1 parent aaa7d87 commit 77bc1d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assets/demo.png

-8.47 KB
Loading

dist/gpt2_client-1.9.6.tar.gz

12.3 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.9.5
3+
Version: 1.9.6
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.9.5.tar.gz
9+
Download-URL: https://github.com/rish-16/gpt2client/archive/1.9.6.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',
1111
packages = ['gpt2_client'],
12-
version = '1.9.5',
12+
version = '1.9.6',
1313
license='MIT',
1414
description = 'Easy-to-use Wrapper for the GPT-2 117M and 345M Transformer Models',
1515
long_description = long_description,
1616
long_description_content_type = 'text/markdown',
1717
author = 'Rishabh Anand',
1818
author_email = '[email protected]',
1919
url = 'https://github.com/rish-16/gpt2client',
20-
download_url = 'https://github.com/rish-16/gpt2client/archive/1.9.5.tar.gz',
20+
download_url = 'https://github.com/rish-16/gpt2client/archive/1.9.6.tar.gz',
2121
keywords = ['gpt-2', 'wrapper', 'transformer', 'machine learning', 'openai', 'text generation'],
2222
install_requires=[
2323
'numpy',

0 commit comments

Comments
 (0)