Skip to content

Commit 532c0c6

Browse files
committed
update 4.57.1 transformers. v1.2.4
1 parent 2eb6ec7 commit 532c0c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

parrots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@author:XuMing(xuming624@qq.com)
44
@description:
55
"""
6-
__version__ = '1.2.3'
6+
__version__ = '1.2.4'
77

88
from parrots.asr import SpeechRecognition
99
from parrots.pinyin2hanzi import Pinyin2Hanzi

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pypinyin
22
jieba
33
loguru
4-
transformers
4+
transformers==4.57.1
55
huggingface_hub
66
librosa
77
nltk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='parrots',
16-
version='1.2.3',
16+
version='1.2.4',
1717
description='Parrots, Automatic Speech Recognition(**ASR**), Text-To-Speech(**TTS**) toolkit',
1818
long_description=readme,
1919
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)