UNPKG

react-native-executorch

Version:

An easy way to run AI models in React Native with ExecuTorch

831 lines (830 loc) 85.9 kB
/** * @category Models - LLM */ export declare const LLAMA3_2_3B: { readonly modelName: "llama-3.2-3b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/original/llama3_2_3B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LLAMA3_2_3B_QLORA: { readonly modelName: "llama-3.2-3b-qlora"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/QLoRA/llama3_2-3B_qat_lora.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LLAMA3_2_3B_SPINQUANT: { readonly modelName: "llama-3.2-3b-spinquant"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/spinquant/llama3_2_3B_spinquant.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LLAMA3_2_1B: { readonly modelName: "llama-3.2-1b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/original/llama3_2_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LLAMA3_2_1B_QLORA: { readonly modelName: "llama-3.2-1b-qlora"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/QLoRA/llama3_2_qat_lora.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LLAMA3_2_1B_SPINQUANT: { readonly modelName: "llama-3.2-1b-spinquant"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/spinquant/llama3_2_spinquant.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_0_6B: { readonly modelName: "qwen3-0.6b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/original/qwen3_0_6b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_0_6B_QUANTIZED: { readonly modelName: "qwen3-0.6b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/quantized/qwen3_0_6b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_1_7B: { readonly modelName: "qwen3-1.7b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/original/qwen3_1_7b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_1_7B_QUANTIZED: { readonly modelName: "qwen3-1.7b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/quantized/qwen3_1_7b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_4B: { readonly modelName: "qwen3-4b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-4B/original/qwen3_4b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN3_4B_QUANTIZED: { readonly modelName: "qwen3-4b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-4B/quantized/qwen3_4b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_0_5B: { readonly modelName: "hammer2.1-0.5b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-0.5B/original/hammer2_1_0_5B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_0_5B_QUANTIZED: { readonly modelName: "hammer2.1-0.5b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-0.5B/quantized/hammer2_1_0_5B_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_1_5B: { readonly modelName: "hammer2.1-1.5b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-1.5B/original/hammer2_1_1_5B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_1_5B_QUANTIZED: { readonly modelName: "hammer2.1-1.5b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-1.5B/quantized/hammer2_1_1_5B_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_3B: { readonly modelName: "hammer2.1-3b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-3B/original/hammer2_1_3B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const HAMMER2_1_3B_QUANTIZED: { readonly modelName: "hammer2.1-3b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-3B/quantized/hammer2_1_3B_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_135M: { readonly modelName: "smollm2.1-135m"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-135M/original/smolLm2_135M_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_135M_QUANTIZED: { readonly modelName: "smollm2.1-135m-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-135M/quantized/smolLm2_135M_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_360M: { readonly modelName: "smollm2.1-360m"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-360M/original/smolLm2_360M_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_360M_QUANTIZED: { readonly modelName: "smollm2.1-360m-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-360M/quantized/smolLm2_360M_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_1_7B: { readonly modelName: "smollm2.1-1.7b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-1.7B/original/smolLm2_1_7B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const SMOLLM2_1_1_7B_QUANTIZED: { readonly modelName: "smollm2.1-1.7b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-1.7B/quantized/smolLm2_1_7B_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_0_5B: { readonly modelName: "qwen2.5-0.5b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-0.5B/original/qwen2_5_0_5b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_0_5B_QUANTIZED: { readonly modelName: "qwen2.5-0.5b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-0.5B/quantized/qwen2_5_0_5b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_1_5B: { readonly modelName: "qwen2.5-1.5b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-1.5B/original/qwen2_5_1_5b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_1_5B_QUANTIZED: { readonly modelName: "qwen2.5-1.5b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-1.5B/quantized/qwen2_5_1_5b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_3B: { readonly modelName: "qwen2.5-3b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-3B/original/qwen2_5_3b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const QWEN2_5_3B_QUANTIZED: { readonly modelName: "qwen2.5-3b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-3B/quantized/qwen2_5_3b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const PHI_4_MINI_4B: { readonly modelName: "phi-4-mini-4b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/original/phi-4-mini_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const PHI_4_MINI_4B_QUANTIZED: { readonly modelName: "phi-4-mini-4b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/quantized/phi-4-mini_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LFM2_5_1_2B_INSTRUCT: { readonly modelName: "lfm2.5-1.2b-instruct"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/original/lfm2_5_1_2b_fp16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LFM2_5_1_2B_INSTRUCT_QUANTIZED: { readonly modelName: "lfm2.5-1.2b-instruct-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/quantized/lfm2_5_1_2b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-1.2B-instruct/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LFM2_5_350M: { readonly modelName: "lfm2.5-350m"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/xnnpack/lfm2_5_350m_xnnpack_fp16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/tokenizer_config.json"; }; /** * @category Models - LLM */ export declare const LFM2_5_350M_QUANTIZED: { readonly modelName: "lfm2.5-350m-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/xnnpack/lfm2_5_350m_xnnpack_8w4da.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-350M/tokenizer_config.json"; }; /** * @category Models - VLM */ export declare const LFM2_VL_1_6B_QUANTIZED: { readonly modelName: "lfm2.5-vl-1.6b-quantized"; readonly capabilities: readonly ["vision"]; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-VL-1.6B/quantized/lfm2_5_vl_1_6b_8da4w_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-VL-1.6B/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5/resolve/v0.8.0/lfm2.5-VL-1.6B/tokenizer_config.json"; }; /** * @category Models - Classification */ export declare const EFFICIENTNET_V2_S: { readonly modelName: "efficientnet-v2-s"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/coreml/efficientnet_v2_s_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/xnnpack/efficientnet_v2_s_xnnpack_fp32.pte"; }; /** * @category Models - Classification */ export declare const EFFICIENTNET_V2_S_QUANTIZED: { readonly modelName: "efficientnet-v2-s-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/coreml/efficientnet_v2_s_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/xnnpack/efficientnet_v2_s_xnnpack_int8.pte"; }; /** * @category Models - Object Detection */ export declare const SSDLITE_320_MOBILENET_V3_LARGE: { readonly modelName: "ssdlite-320-mobilenet-v3-large"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-ssdlite320-mobilenet-v3-large/resolve/v0.8.0/coreml/ssdlite320_mobilenet_v3_large_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-ssdlite320-mobilenet-v3-large/resolve/v0.8.0/xnnpack/ssdlite320_mobilenet_v3_large_xnnpack_fp32.pte"; }; /** * @category Models - Object Detection */ export declare const RF_DETR_NANO: { readonly modelName: "rf-detr-nano"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-rfdetr-nano-detector/resolve/v0.8.0/rfdetr_detector.pte"; }; /** * @category Models - Object Detection */ export declare const YOLO26N: { readonly modelName: "yolo26n"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26/resolve/v0.8.0/yolo26n/xnnpack/yolo26n.pte"; }; /** * @category Models - Object Detection */ export declare const YOLO26S: { readonly modelName: "yolo26s"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26/resolve/v0.8.0/yolo26s/xnnpack/yolo26s.pte"; }; /** * @category Models - Object Detection */ export declare const YOLO26M: { readonly modelName: "yolo26m"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26/resolve/v0.8.0/yolo26m/xnnpack/yolo26m.pte"; }; /** * @category Models - Object Detection */ export declare const YOLO26L: { readonly modelName: "yolo26l"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26/resolve/v0.8.0/yolo26l/xnnpack/yolo26l.pte"; }; /** * @category Models - Object Detection */ export declare const YOLO26X: { readonly modelName: "yolo26x"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26/resolve/v0.8.0/yolo26x/xnnpack/yolo26x.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_CANDY: { readonly modelName: "style-transfer-candy"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/coreml/style_transfer_candy_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/xnnpack/style_transfer_candy_xnnpack_fp32.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_CANDY_QUANTIZED: { readonly modelName: "style-transfer-candy-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/coreml/style_transfer_candy_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/xnnpack/style_transfer_candy_xnnpack_int8.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_MOSAIC: { readonly modelName: "style-transfer-mosaic"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/coreml/style_transfer_mosaic_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/xnnpack/style_transfer_mosaic_xnnpack_fp32.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_MOSAIC_QUANTIZED: { readonly modelName: "style-transfer-mosaic-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/coreml/style_transfer_mosaic_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/xnnpack/style_transfer_mosaic_xnnpack_int8.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_RAIN_PRINCESS: { readonly modelName: "style-transfer-rain-princess"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/coreml/style_transfer_rain_princess_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/xnnpack/style_transfer_rain_princess_xnnpack_fp32.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED: { readonly modelName: "style-transfer-rain-princess-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/coreml/style_transfer_rain_princess_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/xnnpack/style_transfer_rain_princess_xnnpack_int8.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_UDNIE: { readonly modelName: "style-transfer-udnie"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/coreml/style_transfer_udnie_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/xnnpack/style_transfer_udnie_xnnpack_fp32.pte"; }; /** * @category Models - Style Transfer */ export declare const STYLE_TRANSFER_UDNIE_QUANTIZED: { readonly modelName: "style-transfer-udnie-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/coreml/style_transfer_udnie_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/xnnpack/style_transfer_udnie_xnnpack_int8.pte"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_TINY_EN: { readonly modelName: "whisper-tiny-en"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny.en/resolve/v0.8.0/xnnpack/whisper_tiny_en_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_TINY_EN_QUANTIZED: { readonly modelName: "whisper-tiny-en-quantized"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny-quantized.en/resolve/v0.8.0/xnnpack/whisper_tiny_en_quantized_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny-quantized.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_BASE_EN: { readonly modelName: "whisper-base-en"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base.en/resolve/v0.8.0/xnnpack/whisper_base_en_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_BASE_EN_QUANTIZED: { readonly modelName: "whisper-base-en-quantized"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base-quantized.en/resolve/v0.8.0/xnnpack/whisper_base_en_quantized_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base-quantized.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_SMALL_EN: { readonly modelName: "whisper-small-en"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small.en/resolve/v0.8.0/xnnpack/whisper_small_en_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_SMALL_EN_QUANTIZED: { readonly modelName: "whisper-small-en-quantized"; readonly isMultilingual: false; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small-quantized.en/resolve/v0.8.0/xnnpack/whisper_small_en_quantized_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small-quantized.en/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_TINY: { readonly modelName: "whisper-tiny"; readonly isMultilingual: true; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny/resolve/v0.8.0/xnnpack/whisper_tiny_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_BASE: { readonly modelName: "whisper-base"; readonly isMultilingual: true; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base/resolve/v0.8.0/xnnpack/whisper_base_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Speech To Text */ export declare const WHISPER_SMALL: { readonly modelName: "whisper-small"; readonly isMultilingual: true; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small/resolve/v0.8.0/xnnpack/whisper_small_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_RESNET50: { readonly modelName: "deeplab-v3-resnet50"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet50/xnnpack/deeplabv3_resnet50_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_RESNET101: { readonly modelName: "deeplab-v3-resnet101"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet101/xnnpack/deeplabv3_resnet101_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_MOBILENET_V3_LARGE: { readonly modelName: "deeplab-v3-mobilenet-v3-large"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-mobilenet-v3-large/xnnpack/deeplabv3_mobilenet_v3_large_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const LRASPP_MOBILENET_V3_LARGE: { readonly modelName: "lraspp-mobilenet-v3-large"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lraspp/resolve/v0.8.0/xnnpack/lraspp_mobilenet_v3_large_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const FCN_RESNET50: { readonly modelName: "fcn-resnet50"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet50/xnnpack/fcn_resnet50_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const FCN_RESNET101: { readonly modelName: "fcn-resnet101"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet101/xnnpack/fcn_resnet101_xnnpack_fp32.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_RESNET50_QUANTIZED: { readonly modelName: "deeplab-v3-resnet50-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet50/xnnpack/deeplabv3_resnet50_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_RESNET101_QUANTIZED: { readonly modelName: "deeplab-v3-resnet101-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet101/xnnpack/deeplabv3_resnet101_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED: { readonly modelName: "deeplab-v3-mobilenet-v3-large-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-mobilenet-v3-large/xnnpack/deeplabv3_mobilenet_v3_large_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const LRASPP_MOBILENET_V3_LARGE_QUANTIZED: { readonly modelName: "lraspp-mobilenet-v3-large-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lraspp/resolve/v0.8.0/xnnpack/lraspp_mobilenet_v3_large_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const FCN_RESNET50_QUANTIZED: { readonly modelName: "fcn-resnet50-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet50/xnnpack/fcn_resnet50_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const FCN_RESNET101_QUANTIZED: { readonly modelName: "fcn-resnet101-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet101/xnnpack/fcn_resnet101_xnnpack_int8.pte"; }; /** * @category Models - Semantic Segmentation */ export declare const SELFIE_SEGMENTATION: { readonly modelName: "selfie-segmentation"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-selfie-segmentation/resolve/v0.8.0/xnnpack/selfie-segmentation.pte"; }; /** * @category Models - Instance Segmentation */ export declare const YOLO26N_SEG: { readonly modelName: "yolo26n-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26n-seg/xnnpack/yolo26n-seg.pte"; }; /** * @category Models - Instance Segmentation */ export declare const YOLO26S_SEG: { readonly modelName: "yolo26s-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26s-seg/xnnpack/yolo26s-seg.pte"; }; /** * @category Models - Instance Segmentation */ export declare const YOLO26M_SEG: { readonly modelName: "yolo26m-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26m-seg/xnnpack/yolo26m-seg.pte"; }; /** * @category Models - Instance Segmentation */ export declare const YOLO26L_SEG: { readonly modelName: "yolo26l-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26l-seg/xnnpack/yolo26l-seg.pte"; }; /** * @category Models - Instance Segmentation */ export declare const YOLO26X_SEG: { readonly modelName: "yolo26x-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26x-seg/xnnpack/yolo26x-seg.pte"; }; /** * @category Models - Instance Segmentation */ export declare const RF_DETR_NANO_SEG: { readonly modelName: "rfdetr-nano-seg"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-rfdetr-nano-segmentation/resolve/v0.8.0/rfdetr_segmentation.pte"; }; /** * @category Models - Image Embeddings */ export declare const CLIP_VIT_BASE_PATCH32_IMAGE: { readonly modelName: "clip-vit-base-patch32-image"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_vision_xnnpack_fp32.pte"; }; /** * @category Models - Image Embeddings */ export declare const CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED: { readonly modelName: "clip-vit-base-patch32-image-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_vision_xnnpack_int8.pte"; }; /** * @category Models - Text Embeddings */ export declare const ALL_MINILM_L6_V2: { readonly modelName: "all-minilm-l6-v2"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-all-MiniLM-L6-v2/resolve/v0.8.0/all-MiniLM-L6-v2_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-all-MiniLM-L6-v2/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Text Embeddings */ export declare const ALL_MPNET_BASE_V2: { readonly modelName: "all-mpnet-base-v2"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-all-mpnet-base-v2/resolve/v0.8.0/all-mpnet-base-v2_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-all-mpnet-base-v2/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Text Embeddings */ export declare const MULTI_QA_MINILM_L6_COS_V1: { readonly modelName: "multi-qa-minilm-l6-cos-v1"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-MiniLM-L6-cos-v1/resolve/v0.8.0/multi-qa-MiniLM-L6-cos-v1_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-MiniLM-L6-cos-v1/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Text Embeddings */ export declare const MULTI_QA_MPNET_BASE_DOT_V1: { readonly modelName: "multi-qa-mpnet-base-dot-v1"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-mpnet-base-dot-v1/resolve/v0.8.0/multi-qa-mpnet-base-dot-v1_xnnpack.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-mpnet-base-dot-v1/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Text Embeddings */ export declare const CLIP_VIT_BASE_PATCH32_TEXT: { readonly modelName: "clip-vit-base-patch32-text"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_text_xnnpack_fp32.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/tokenizer.json"; }; /** * @category Models - Image Generation */ export declare const BK_SDM_TINY_VPRED_512: { readonly modelName: "bk-sdm-tiny-vpred-512"; readonly schedulerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/scheduler/scheduler_config.json"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/tokenizer/tokenizer.json"; readonly encoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/text_encoder/model.pte"; readonly unetSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/unet/model.pte"; readonly decoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/vae/model.pte"; }; /** * @category Models - Image Generation */ export declare const BK_SDM_TINY_VPRED_256: { readonly modelName: "bk-sdm-tiny-vpred-256"; readonly schedulerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/scheduler/scheduler_config.json"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/tokenizer/tokenizer.json"; readonly encoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/text_encoder/model.pte"; readonly unetSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/unet/model.256.pte"; readonly decoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/vae/model.256.pte"; }; /** * @category Models - Voice Activity Detection */ export declare const FSMN_VAD: { readonly modelName: "fsmn-vad"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fsmn-vad/resolve/v0.8.0/xnnpack/fsmn-vad_xnnpack.pte"; }; /** * Registry of all available model configurations. * * Use this to discover and enumerate all models shipped with the library. * @example * ```ts * import { MODEL_REGISTRY } from 'react-native-executorch'; * * // List all model names * const names = Object.values(MODEL_REGISTRY).map(m => m.modelName); * * // Find models by name substring * const whisperModels = Object.values(MODEL_REGISTRY) * .filter(m => m.modelName.includes('whisper')); * ``` * @category Utils */ export declare const MODEL_REGISTRY: { readonly ALL_MODELS: { readonly LLAMA3_2_3B: { readonly modelName: "llama-3.2-3b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/original/llama3_2_3B_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly LLAMA3_2_3B_QLORA: { readonly modelName: "llama-3.2-3b-qlora"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/QLoRA/llama3_2-3B_qat_lora.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly LLAMA3_2_3B_SPINQUANT: { readonly modelName: "llama-3.2-3b-spinquant"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/spinquant/llama3_2_3B_spinquant.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly LLAMA3_2_1B: { readonly modelName: "llama-3.2-1b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/original/llama3_2_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly LLAMA3_2_1B_QLORA: { readonly modelName: "llama-3.2-1b-qlora"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/QLoRA/llama3_2_qat_lora.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly LLAMA3_2_1B_SPINQUANT: { readonly modelName: "llama-3.2-1b-spinquant"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/spinquant/llama3_2_spinquant.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json"; }; readonly QWEN3_0_6B: { readonly modelName: "qwen3-0.6b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/original/qwen3_0_6b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; readonly QWEN3_0_6B_QUANTIZED: { readonly modelName: "qwen3-0.6b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/quantized/qwen3_0_6b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; readonly QWEN3_1_7B: { readonly modelName: "qwen3-1.7b"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/original/qwen3_1_7b_bf16.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; readonly QWEN3_1_7B_QUANTIZED: { readonly modelName: "qwen3-1.7b-quantized"; readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/quantized/qwen3_1_7b_8da4w.pte"; readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json"; readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json"; }; readonly QWEN3_4B: {