UNPKG

react-native-executorch

Version:

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

224 lines (223 loc) 5.94 kB
import { AvailableModels } from '../types/stt'; export declare const LLAMA3_2_3B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const LLAMA3_2_3B_QLORA: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const LLAMA3_2_3B_SPINQUANT: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const LLAMA3_2_1B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const LLAMA3_2_1B_QLORA: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const LLAMA3_2_1B_SPINQUANT: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_0_6B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_0_6B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_1_7B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_1_7B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_4B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN3_4B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_0_5B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_0_5B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_1_5B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_1_5B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_3B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const HAMMER2_1_3B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_135M: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_135M_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_360M: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_360M_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_1_7B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const SMOLLM2_1_1_7B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_0_5B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_0_5B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_1_5B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_1_5B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_3B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const QWEN2_5_3B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const PHI_4_MINI_4B: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const PHI_4_MINI_4B_QUANTIZED: { modelSource: string; tokenizerSource: string; tokenizerConfigSource: string; }; export declare const EFFICIENTNET_V2_S: { modelSource: string; }; export declare const SSDLITE_320_MOBILENET_V3_LARGE: { modelSource: string; }; export declare const STYLE_TRANSFER_CANDY: { modelSource: string; }; export declare const STYLE_TRANSFER_MOSAIC: { modelSource: string; }; export declare const STYLE_TRANSFER_RAIN_PRINCESS: { modelSource: string; }; export declare const STYLE_TRANSFER_UDNIE: { modelSource: string; }; export declare const MOONSHINE_TINY: { modelName: AvailableModels; decoderSource: string; encoderSource: string; tokenizerSource: string; }; export declare const WHISPER_TINY: { modelName: AvailableModels; decoderSource: string; encoderSource: string; tokenizerSource: string; }; export declare const WHISPER_TINY_MULTILINGUAL: { modelName: AvailableModels; decoderSource: string; encoderSource: string; tokenizerSource: string; }; export declare const DEEPLAB_V3_RESNET50: { modelSource: string; }; export declare const CLIP_VIT_BASE_PATCH32_IMAGE: { modelSource: string; }; export declare const ALL_MINILM_L6_V2: { modelSource: string; tokenizerSource: string; }; export declare const ALL_MPNET_BASE_V2: { modelSource: string; tokenizerSource: string; }; export declare const MULTI_QA_MINILM_L6_COS_V1: { modelSource: string; tokenizerSource: string; }; export declare const MULTI_QA_MPNET_BASE_DOT_V1: { modelSource: string; tokenizerSource: string; }; export declare const CLIP_VIT_BASE_PATCH32_TEXT: { modelSource: string; tokenizerSource: string; };