Skip to content

Commit 6e68958

Browse files
Update packages/react-native-executorch/src/constants/modelUrls.ts
Co-authored-by: Jakub Chmura <92989966+chmjkb@users.noreply.github.com>
1 parent 4c8b0ff commit 6e68958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const LFM2_VL_TOKENIZER_CONFIG = `https://huggingface.co/software-mansion/react-
381381
*/
382382
export const LFM2_VL_1_6B_QUANTIZED = {
383383
modelName: 'lfm2.5-vl-1.6b-quantized',
384-
capabilities: ['vision'] as const,
384+
capabilities: ['vision'],
385385
modelSource: LFM2_VL_1_6B_QUANTIZED_MODEL,
386386
tokenizerSource: LFM2_VL_TOKENIZER,
387387
tokenizerConfigSource: LFM2_VL_TOKENIZER_CONFIG,

0 commit comments

Comments
 (0)