Skip to content

Commit 6321295

Browse files
committed
[RNE Rewrite] chore: point fsmn-vad model at v0.10.0 (get_dynamic_dims re-export)
1 parent a9beef6 commit 6321295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-executorch/src

packages/react-native-executorch/src/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const YOLO26_XLARGE_SEG_640_XNNPACK_FP32: InstanceSegmenterModel<'xyxy', CocoCla
533533
// Voice Activity Detection
534534
// =============================================================================
535535
const FSMN_VAD_XNNPACK_FP32: VADModel = {
536-
modelPath: `${BASE_URL}-fsmn-vad/${VERSION_TAG}/xnnpack/fsmn_vad_xnnpack_fp32.pte`,
536+
modelPath: `${BASE_URL}-fsmn-vad/${NEXT_VERSION_TAG}/xnnpack/fsmn_vad_xnnpack_fp32.pte`,
537537
};
538538

539539
// =============================================================================

0 commit comments

Comments
 (0)