@@ -773,29 +773,29 @@ export const STYLE_TRANSFER_UDNIE_QUANTIZED = {
773773} as const ;
774774
775775// S2T
776- const WHISPER_TINY_EN_TOKENIZER = `${ URL_PREFIX } -whisper-tiny.en/${ NEXT_VERSION_TAG } /tokenizer.json` ;
777- const WHISPER_TINY_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-tiny.en/${ NEXT_VERSION_TAG } /xnnpack/whisper_tiny_en_xnnpack_fp32.pte` ;
778- const WHISPER_TINY_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-tiny.en/${ NEXT_VERSION_TAG } /coreml/whisper_tiny_en_coreml_fp32.pte` ;
776+ const WHISPER_TINY_EN_TOKENIZER = `${ URL_PREFIX } -whisper-tiny.en/${ VERSION_TAG } /tokenizer.json` ;
777+ const WHISPER_TINY_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-tiny.en/${ VERSION_TAG } /xnnpack/whisper_tiny_en_xnnpack_fp32.pte` ;
778+ const WHISPER_TINY_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-tiny.en/${ VERSION_TAG } /coreml/whisper_tiny_en_coreml_fp32.pte` ;
779779
780- const WHISPER_BASE_EN_TOKENIZER = `${ URL_PREFIX } -whisper-base.en/${ NEXT_VERSION_TAG } /tokenizer.json` ;
781- const WHISPER_BASE_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-base.en/${ NEXT_VERSION_TAG } /xnnpack/whisper_base_en_xnnpack_fp32.pte` ;
782- const WHISPER_BASE_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-base.en/${ NEXT_VERSION_TAG } /coreml/whisper_base_en_coreml_fp32.pte` ;
780+ const WHISPER_BASE_EN_TOKENIZER = `${ URL_PREFIX } -whisper-base.en/${ VERSION_TAG } /tokenizer.json` ;
781+ const WHISPER_BASE_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-base.en/${ VERSION_TAG } /xnnpack/whisper_base_en_xnnpack_fp32.pte` ;
782+ const WHISPER_BASE_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-base.en/${ VERSION_TAG } /coreml/whisper_base_en_coreml_fp32.pte` ;
783783
784- const WHISPER_SMALL_EN_TOKENIZER = `${ URL_PREFIX } -whisper-small.en/${ NEXT_VERSION_TAG } /tokenizer.json` ;
785- const WHISPER_SMALL_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-small.en/${ NEXT_VERSION_TAG } /xnnpack/whisper_small_en_xnnpack_fp32.pte` ;
786- const WHISPER_SMALL_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-small.en/${ NEXT_VERSION_TAG } /coreml/whisper_small_en_coreml_fp32.pte` ;
784+ const WHISPER_SMALL_EN_TOKENIZER = `${ URL_PREFIX } -whisper-small.en/${ VERSION_TAG } /tokenizer.json` ;
785+ const WHISPER_SMALL_EN_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-small.en/${ VERSION_TAG } /xnnpack/whisper_small_en_xnnpack_fp32.pte` ;
786+ const WHISPER_SMALL_EN_MODEL_COREML = `${ URL_PREFIX } -whisper-small.en/${ VERSION_TAG } /coreml/whisper_small_en_coreml_fp32.pte` ;
787787
788- const WHISPER_TINY_TOKENIZER = `${ URL_PREFIX } -whisper-tiny/${ NEXT_VERSION_TAG } /tokenizer.json` ;
789- const WHISPER_TINY_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-tiny/${ NEXT_VERSION_TAG } /xnnpack/whisper_tiny_xnnpack_fp32.pte` ;
790- const WHISPER_TINY_MODEL_COREML = `${ URL_PREFIX } -whisper-tiny/${ NEXT_VERSION_TAG } /coreml/whisper_tiny_coreml_fp32.pte` ;
788+ const WHISPER_TINY_TOKENIZER = `${ URL_PREFIX } -whisper-tiny/${ VERSION_TAG } /tokenizer.json` ;
789+ const WHISPER_TINY_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-tiny/${ VERSION_TAG } /xnnpack/whisper_tiny_xnnpack_fp32.pte` ;
790+ const WHISPER_TINY_MODEL_COREML = `${ URL_PREFIX } -whisper-tiny/${ VERSION_TAG } /coreml/whisper_tiny_coreml_fp32.pte` ;
791791
792- const WHISPER_BASE_TOKENIZER = `${ URL_PREFIX } -whisper-base/${ NEXT_VERSION_TAG } /tokenizer.json` ;
793- const WHISPER_BASE_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-base/${ NEXT_VERSION_TAG } /xnnpack/whisper_base_xnnpack_fp32.pte` ;
794- const WHISPER_BASE_MODEL_COREML = `${ URL_PREFIX } -whisper-base/${ NEXT_VERSION_TAG } /coreml/whisper_base_coreml_fp32.pte` ;
792+ const WHISPER_BASE_TOKENIZER = `${ URL_PREFIX } -whisper-base/${ VERSION_TAG } /tokenizer.json` ;
793+ const WHISPER_BASE_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-base/${ VERSION_TAG } /xnnpack/whisper_base_xnnpack_fp32.pte` ;
794+ const WHISPER_BASE_MODEL_COREML = `${ URL_PREFIX } -whisper-base/${ VERSION_TAG } /coreml/whisper_base_coreml_fp32.pte` ;
795795
796- const WHISPER_SMALL_TOKENIZER = `${ URL_PREFIX } -whisper-small/${ NEXT_VERSION_TAG } /tokenizer.json` ;
797- const WHISPER_SMALL_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-small/${ NEXT_VERSION_TAG } /xnnpack/whisper_small_xnnpack_fp32.pte` ;
798- const WHISPER_SMALL_MODEL_COREML = `${ URL_PREFIX } -whisper-small/${ NEXT_VERSION_TAG } /coreml/whisper_small_coreml_fp32.pte` ;
796+ const WHISPER_SMALL_TOKENIZER = `${ URL_PREFIX } -whisper-small/${ VERSION_TAG } /tokenizer.json` ;
797+ const WHISPER_SMALL_MODEL_XNNPACK = `${ URL_PREFIX } -whisper-small/${ VERSION_TAG } /xnnpack/whisper_small_xnnpack_fp32.pte` ;
798+ const WHISPER_SMALL_MODEL_COREML = `${ URL_PREFIX } -whisper-small/${ VERSION_TAG } /coreml/whisper_small_coreml_fp32.pte` ;
799799
800800/**
801801 * @category Models - Speech To Text
0 commit comments