ailia-speech 1.3.0.0__tar.gz → 1.3.0.1__tar.gz
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-1.3.0.0 → ailia_speech-1.3.0.1}/PKG-INFO +1 -1
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/__init__.py +2 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech.egg-info/PKG-INFO +1 -1
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/setup.py +1 -1
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/README.md +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/LICENSE_AILIA_EN.pdf +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/LICENSE_AILIA_JA.pdf +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/linux/arm64-v8a/libailia_speech.so +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/linux/x64/libailia_speech.so +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/mac/libailia_speech.dylib +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/windows/x64/ailia_speech.dll +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech.egg-info/SOURCES.txt +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech.egg-info/dependency_links.txt +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech.egg-info/requires.txt +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech.egg-info/top_level.txt +0 -0
- {ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/setup.cfg +0 -0
|
@@ -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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ailia_speech-1.3.0.0 → ailia_speech-1.3.0.1}/ailia_speech/linux/arm64-v8a/libailia_speech.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|