Skip to main content
Version: Next

Variable: LLAMA3_2_3B_QLORA

const LLAMA3_2_3B_QLORA: object

Defined in: constants/modelUrls.ts:37

Type Declaration

modelName

readonly modelName: "llama-3.2-3b-qlora" = 'llama-3.2-3b-qlora'

modelSource

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" = LLAMA3_2_3B_QLORA_MODEL

tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.9.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.9.0/tokenizer.json" = LLAMA3_2_TOKENIZER

Deprecated

Use LLAMA3_2_3B_SPINQUANT instead — SpinQuant is the canonical quantized Llama 3.2 3B variant going forward. This alias still resolves the v0.8.0 file for back-compat and will be removed in a future major release.