ailia-speech 1.3.2.2__py3-none-any.whl → 1.3.2.3__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 CHANGED
@@ -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)
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ailia_speech
3
- Version: 1.3.2.2
3
+ Version: 1.3.2.3
4
4
  Summary: ailia AI Speech
5
5
  Home-page: https://ailia.jp/
6
6
  Author: ax Inc.
@@ -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=f5ek8Zhq4AITWJ0DicsHXTr_PWuyRiaSjUzgN4yqVfs,28361
3
+ ailia_speech/__init__.py,sha256=hJxxGY-MNHuauxMIHacVvPCyIoh61_xFc_Ul69c9yV4,28373
4
4
  ailia_speech/linux/arm64-v8a/libailia_speech.so,sha256=6EMZQdC3EUvdwJnNbAfcZ1FZpQuKu68e9M1tmFXzPTo,170296
5
5
  ailia_speech/linux/x64/libailia_speech.so,sha256=1KiajIRrHK4J5UMEi8MWXP-rfofyEhsA-qWk1f3QSOk,171360
6
6
  ailia_speech/mac/libailia_speech.dylib,sha256=sH5JXhBUpIXDeZtuZne_It7J0TAQiOfNhJhyxDvuHrc,317112
7
7
  ailia_speech/windows/x64/ailia_speech.dll,sha256=CNVJWs7yI-TvbVCOuS5V9rIRPh2GlEBsNrSDst1aF0w,126976
8
- ailia_speech-1.3.2.2.data/scripts/__init__.py,sha256=f5ek8Zhq4AITWJ0DicsHXTr_PWuyRiaSjUzgN4yqVfs,28361
9
- ailia_speech-1.3.2.2.dist-info/METADATA,sha256=QAcylh7RzHWEi_MUoUzS-bDoTNf3h-yMvPgP6DOGvlE,3703
10
- ailia_speech-1.3.2.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
11
- ailia_speech-1.3.2.2.dist-info/top_level.txt,sha256=Ou9XeJ9AvdK8eutw07oosCthftD1tRYzAgNY2BrYhDc,13
12
- ailia_speech-1.3.2.2.dist-info/RECORD,,
8
+ ailia_speech-1.3.2.3.data/scripts/__init__.py,sha256=hJxxGY-MNHuauxMIHacVvPCyIoh61_xFc_Ul69c9yV4,28373
9
+ ailia_speech-1.3.2.3.dist-info/METADATA,sha256=3YmMsi7yKgk7p7yFP4w_8Di6QXqaNmWeJL94yaXEtXk,3703
10
+ ailia_speech-1.3.2.3.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
11
+ ailia_speech-1.3.2.3.dist-info/top_level.txt,sha256=Ou9XeJ9AvdK8eutw07oosCthftD1tRYzAgNY2BrYhDc,13
12
+ ailia_speech-1.3.2.3.dist-info/RECORD,,