Skip to content

Conversation

a-szymanska
Copy link
Contributor

Description

  • In hooks replaced the links to specific models with links to the corresponding collections on Hugging Face (related to issue Model constants grouped by type #612)
  • Included image segmentation results in the aggregate benchmarks
  • Standardized usage of warnings (instead of warnings and cautions) in both next and 0.5 versions

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.)

Related issues

#612

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
  • My changes generate no new warnings

@a-szymanska a-szymanska added the documentation Improvements or additions to documentation label Sep 25, 2025

:::warning
It is recommended to use models provided by us, which are available at our [Hugging Face repository](https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny.en). You can also use [constants](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/constants/modelUrls.ts) shipped with our library.
It is recommended to use models provided by us, which are available at our [Hugging Face repository](https://huggingface.co/collections/software-mansion/speech-to-text-68d0ec99ed794250491b8bbe). You can also use [constants](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/constants/modelUrls.ts) shipped with our library.
Copy link
Member

@msluszniak msluszniak Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how much practical it would be to point to the website which has some hash-like thing in it, namely: 68d0ec99ed794250491b8bbe.

But on the other hand, I don't see any way to handle this differently


## OCR

| Model | iPhone 16 Pro (XNNPACK) [ms] | iPhone 14 Pro Max (XNNPACK) [ms] | iPhone SE 3 (XNNPACK) [ms] | Samsung Galaxy S24 (XNNPACK) [ms] | Samsung Galaxy S21 (XNNPACK) [ms] |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why [ms] is removed from iPhone SE 3 (XNNPACK) column?

@msluszniak msluszniak changed the title chore: Update warnings and links in docs Update warnings and links in docs Oct 6, 2025
@msluszniak msluszniak added the chore PRs that are chores label Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore PRs that are chores documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants