Skip to content

Commit 6bd6009

Browse files
chore: point to swmansion org on huggingface
1 parent 17ce70b commit 6bd6009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-native-executorch/src/constants/modelUrls.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)