Skip to content

chore: Add model selections and small fixes#977

Merged
msluszniak merged 6 commits intomainfrom
@ms/make-choosing-models-flexible-in-demo-apps
Mar 19, 2026
Merged

chore: Add model selections and small fixes#977
msluszniak merged 6 commits intomainfrom
@ms/make-choosing-models-flexible-in-demo-apps

Conversation

@msluszniak
Copy link
Copy Markdown
Member

@msluszniak msluszniak commented Mar 17, 2026

Description

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Run models from demo apps and check if you can select different models and they works:

  • Computer Vision
  • LLM
  • Speech

Additionally:

  • Check that without registering streamInsert demo app with text to speech fails
  • Check that without changes in OCR and Vertical OCR demo app fails
  • Check that text to image example looks now simpler and better
  • Check that image embeddings example works

Screenshots

Related issues

Closes #958

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly (Not applicable)
  • My changes generate no new warnings

Additional notes

Additionally, I found out that links for VLMs are incorrect since they point out to main on hugging face. @NorbertKlockiewicz could you create 0.8.0 tag on huggingface as for lfm instruct and change links here: https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/constants/modelUrls.ts#L408-L411?
Thanks

@msluszniak msluszniak self-assigned this Mar 17, 2026
@msluszniak msluszniak added the chore PRs that are chores label Mar 17, 2026
Co-authored-by: Bartosz Hanc <bartosz.hanc02@gmail.com>
msluszniak and others added 2 commits March 19, 2026 15:00
Co-authored-by: IgorSwat <114943112+IgorSwat@users.noreply.github.com>
@msluszniak msluszniak requested review from IgorSwat and barhanc March 19, 2026 14:16
@msluszniak
Copy link
Copy Markdown
Member Author

@barhanc @IgorSwat I addressed your suggestions, also fixed image embeddings demo app, please check this during re-review.

@msluszniak msluszniak merged commit 3863425 into main Mar 19, 2026
4 checks passed
@msluszniak msluszniak deleted the @ms/make-choosing-models-flexible-in-demo-apps branch March 19, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores demo app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make it easy to switch models in demo apps

3 participants