File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-native-executorch/src/constants Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,9 +372,9 @@ export const LFM2_5_1_2B_INSTRUCT_QUANTIZED = {
372372} ;
373373
374374// LFM2.5-VL-1.6B (Vision-Language)
375- const LFM2_VL_1_6B_QUANTIZED_MODEL = `https://huggingface.co/nklockiewicz/ lfm2-vl-et /resolve/main/lfm2_5_vl_quantized_xnnpack_v2 .pte` ;
376- const LFM2_VL_TOKENIZER = `https://huggingface.co/nklockiewicz/ lfm2-vl-et /resolve/main/tokenizer_2.5 .json` ;
377- const LFM2_VL_TOKENIZER_CONFIG = `https://huggingface.co/nklockiewicz/ lfm2-vl-et /resolve/main/tokenizer_config_2_5 .json` ;
375+ const LFM2_VL_1_6B_QUANTIZED_MODEL = `https://huggingface.co/software-mansion/react-native-executorch- lfm2.5-VL-1.6B /resolve/main/quantized/lfm2_5_vl_1_6b_8da4w_xnnpack .pte` ;
376+ const LFM2_VL_TOKENIZER = `https://huggingface.co/software-mansion/react-native-executorch- lfm2.5-VL-1.6B /resolve/main/tokenizer .json` ;
377+ const LFM2_VL_TOKENIZER_CONFIG = `https://huggingface.co/software-mansion/react-native-executorch- lfm2.5-VL-1.6B /resolve/main/tokenizer_config .json` ;
378378
379379/**
380380 * @category Models - VLM
You can’t perform that action at this time.
0 commit comments