ailia-speech 1.3.2.2__tar.gz → 1.3.2.3__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.2.2 → ailia_speech-1.3.2.3}/PKG-INFO +1 -1
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/__init__.py +3 -3
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech.egg-info/PKG-INFO +1 -1
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/setup.py +1 -1
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/README.md +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/LICENSE_AILIA_EN.pdf +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/LICENSE_AILIA_JA.pdf +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/linux/arm64-v8a/libailia_speech.so +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/linux/x64/libailia_speech.so +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/mac/libailia_speech.dylib +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech/windows/x64/ailia_speech.dll +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech.egg-info/SOURCES.txt +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech.egg-info/dependency_links.txt +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech.egg-info/requires.txt +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/ailia_speech.egg-info/top_level.txt +0 -0
- {ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/setup.cfg +0 -0
|
@@ -433,9 +433,9 @@ class Whisper(AiliaSpeechModel):
|
|
|
433
433
|
encoder_pb_path = "encoder_large_v3_weights.pb"
|
|
434
434
|
decoder_pb_path = "decoder_large_v3_fix_kv_cache_weights.pb"
|
|
435
435
|
elif model_type == AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_LARGE_V3_TURBO:
|
|
436
|
-
encoder_path = "encoder_turbo.onnx"
|
|
437
|
-
decoder_path = "decoder_turbo_fix_kv_cache.onnx"
|
|
438
|
-
encoder_pb_path = "encoder_turbo_weights.pb"
|
|
436
|
+
encoder_path = "encoder_turbo.opt.onnx"
|
|
437
|
+
decoder_path = "decoder_turbo_fix_kv_cache.opt.onnx"
|
|
438
|
+
encoder_pb_path = "encoder_turbo_weights.opt.pb"
|
|
439
439
|
decoder_pb_path = None
|
|
440
440
|
model_type = AILIA_SPEECH_MODEL_TYPE_WHISPER_MULTILINGUAL_LARGE_V3
|
|
441
441
|
self._download_model(model_path, encoder_path, decoder_path, encoder_pb_path, decoder_pb_path)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ailia_speech-1.3.2.2 → ailia_speech-1.3.2.3}/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
|