ailia-speech 1.3.0.0__py3-none-any.whl → 1.3.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ailia-speech might be problematic. Click here for more details.
- ailia_speech/__init__.py +2 -0
- {ailia_speech-1.3.0.0.data → ailia_speech-1.3.0.2.data}/scripts/__init__.py +2 -0
- {ailia_speech-1.3.0.0.dist-info → ailia_speech-1.3.0.2.dist-info}/METADATA +2 -2
- {ailia_speech-1.3.0.0.dist-info → ailia_speech-1.3.0.2.dist-info}/RECORD +6 -6
- {ailia_speech-1.3.0.0.dist-info → ailia_speech-1.3.0.2.dist-info}/WHEEL +0 -0
- {ailia_speech-1.3.0.0.dist-info → ailia_speech-1.3.0.2.dist-info}/top_level.txt +0 -0
ailia_speech/__init__.py
CHANGED
|
@@ -393,6 +393,8 @@ class Whisper(AiliaSpeechModel):
|
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
def initialize_model(self, model_path = "./", model_type = AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_TINY):
|
|
396
|
+
if "time_license" in ailia.get_version():
|
|
397
|
+
ailia.check_and_download_license()
|
|
396
398
|
if model_type == AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_TINY:
|
|
397
399
|
encoder_path = "encoder_tiny.opt.onnx"
|
|
398
400
|
decoder_path = "decoder_tiny_fix_kv_cache.opt2.onnx"
|
|
@@ -393,6 +393,8 @@ class Whisper(AiliaSpeechModel):
|
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
def initialize_model(self, model_path = "./", model_type = AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_TINY):
|
|
396
|
+
if "time_license" in ailia.get_version():
|
|
397
|
+
ailia.check_and_download_license()
|
|
396
398
|
if model_type == AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_TINY:
|
|
397
399
|
encoder_path = "encoder_tiny.opt.onnx"
|
|
398
400
|
decoder_path = "decoder_tiny_fix_kv_cache.opt2.onnx"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ailia_speech
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.2
|
|
4
4
|
Summary: ailia AI Speech
|
|
5
5
|
Home-page: https://ailia.jp/
|
|
6
6
|
Author: ax Inc.
|
|
@@ -31,7 +31,7 @@ pip3 install ailia_speech
|
|
|
31
31
|
|
|
32
32
|
## Install from package
|
|
33
33
|
|
|
34
|
-
You can install the ailia
|
|
34
|
+
You can install the ailia AI Speech from Package with the following command.
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
python3 bootstrap.py
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
ailia_speech/LICENSE_AILIA_EN.pdf,sha256=1DzVViPnw1uAS8gJ5a8uN3iZNNR5I1ItIXmezHfUpeM,70149
|
|
2
2
|
ailia_speech/LICENSE_AILIA_JA.pdf,sha256=s628QN47S2bNqIfuSjm2LBf0vIluv2df6MSemn6Ksmw,174134
|
|
3
|
-
ailia_speech/__init__.py,sha256=
|
|
3
|
+
ailia_speech/__init__.py,sha256=ooZ5u_Iv8SDEHnqqUR9B9FcYjJRvHt1GjaZdIqUMfRk,25430
|
|
4
4
|
ailia_speech/linux/arm64-v8a/libailia_speech.so,sha256=JAOwnBr7lbiMZmPCM99pd4vJQ08ZuXDPpq-FurrXSnE,166096
|
|
5
5
|
ailia_speech/linux/x64/libailia_speech.so,sha256=WbFvA5wKTgS_Zx8ErT7WBKJbzOUexavr4nP4EkLNawQ,171360
|
|
6
6
|
ailia_speech/mac/libailia_speech.dylib,sha256=-JAC40yLslAVMvfh6LhDvP3Zyt3hIT3WZc7wa9-07zU,317112
|
|
7
7
|
ailia_speech/windows/x64/ailia_speech.dll,sha256=WJCOHi0Na4tdMG1RT7dA7yAoWumiGSWeW1vxUtiXDS8,126464
|
|
8
|
-
ailia_speech-1.3.0.
|
|
9
|
-
ailia_speech-1.3.0.
|
|
10
|
-
ailia_speech-1.3.0.
|
|
11
|
-
ailia_speech-1.3.0.
|
|
12
|
-
ailia_speech-1.3.0.
|
|
8
|
+
ailia_speech-1.3.0.2.data/scripts/__init__.py,sha256=ooZ5u_Iv8SDEHnqqUR9B9FcYjJRvHt1GjaZdIqUMfRk,25430
|
|
9
|
+
ailia_speech-1.3.0.2.dist-info/METADATA,sha256=tX5Ddoi1RODwcAJJyiVGUr3uJ_vna_fkyD2-AymUNS8,1908
|
|
10
|
+
ailia_speech-1.3.0.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
11
|
+
ailia_speech-1.3.0.2.dist-info/top_level.txt,sha256=Ou9XeJ9AvdK8eutw07oosCthftD1tRYzAgNY2BrYhDc,13
|
|
12
|
+
ailia_speech-1.3.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|