We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6eb4dd commit e90b73cCopy full SHA for e90b73c
1 file changed
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name = 'transformerslite',
5
packages = ['transformerslite'],
6
- version = '1.0',
+ version = '1.1',
7
license='MIT',
8
description = 'Process, Train and Deploy small transfomer models with less code',
9
author = 'Vishnu N',
10
author_email = 'vishnunkumar25@gmail.com',
11
url = 'https://github.com/Vishnunkumar/transformerslite',
12
- download_url ='https://github.com/Vishnunkumar/transformerslite/archive/refs/tags/v-1.0.tar.gz',
+ download_url ='https://github.com/Vishnunkumar/transformerslite/archive/refs/tags/v-1.1.tar.gz',
13
keywords = ['NLP', 'Deep learning', 'Transformers'],
14
install_requires = [
15
'transformers'
0 commit comments