We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0ba5b commit 3a765feCopy full SHA for 3a765fe
1 file changed
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name = 'transformerslite',
5
packages = ['transformerslite'],
6
- version = '0.8',
+ version = '0.9',
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-0.8.tar.gz',
+ download_url ='https://github.com/Vishnunkumar/transformerslite/archive/refs/tags/v-0.9.tar.gz',
13
keywords = ['NLP', 'Deep learning', 'Transformers'],
14
install_requires = [
15
'transformers'
0 commit comments