From 690ae2585340a7f0fe85402e4eeef412780994ae Mon Sep 17 00:00:00 2001 From: chmjkb Date: Thu, 18 Jun 2026 10:33:51 +0200 Subject: [PATCH 1/2] chore: add gemma4, rfdetr to 0.9 docs --- .../03-hooks/01-natural-language-processing/useLLM.md | 1 + .../03-hooks/01-natural-language-processing/useLLM.md | 1 + .../03-hooks/02-computer-vision/usePoseEstimation.md | 11 ++++++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/docs/03-hooks/01-natural-language-processing/useLLM.md b/docs/docs/03-hooks/01-natural-language-processing/useLLM.md index 29b1be4d72..86496ace13 100644 --- a/docs/docs/03-hooks/01-natural-language-processing/useLLM.md +++ b/docs/docs/03-hooks/01-natural-language-processing/useLLM.md @@ -578,3 +578,4 @@ const handleGenerate = async () => { | [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | | [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | | [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | +| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision | diff --git a/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md b/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md index f19920a486..30da8f2e85 100644 --- a/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md +++ b/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md @@ -578,3 +578,4 @@ const handleGenerate = async () => { | [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | | [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | | [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | +| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision | diff --git a/docs/versioned_docs/version-0.9.x/03-hooks/02-computer-vision/usePoseEstimation.md b/docs/versioned_docs/version-0.9.x/03-hooks/02-computer-vision/usePoseEstimation.md index 6852c2a178..8c9efa8106 100644 --- a/docs/versioned_docs/version-0.9.x/03-hooks/02-computer-vision/usePoseEstimation.md +++ b/docs/versioned_docs/version-0.9.x/03-hooks/02-computer-vision/usePoseEstimation.md @@ -129,10 +129,15 @@ See the full guide: [VisionCamera Integration](./visioncamera-integration.md). ## Supported models -| Model | Number of keypoints | Keypoint list | Multi-size Support | -| ------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------- | ------------------ | -| [YOLO26N-Pose](https://huggingface.co/software-mansion/react-native-executorch-yolo26-pose) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | Yes (384/512/640) | +| Model | Number of keypoints | Keypoint list | Multi-size Support | +| ------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------- | ------------------ | +| [YOLO26N-Pose](https://huggingface.co/software-mansion/react-native-executorch-yolo26-pose) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | Yes (384/512/640) | +| [RF-DETR Keypoint (preview)](https://huggingface.co/software-mansion/react-native-executorch-rfdetr-keypoint) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | No | :::tip YOLO models support multiple input sizes (384px, 512px, 640px). Smaller sizes are faster but less accurate, while larger sizes are more accurate but slower. Choose based on your speed/accuracy requirements. ::: + +:::warning +`rfdetr_keypoint_preview` is a **preview weights** export and may be re-exported under a different constant once a stable version ships. It is a single-input-size model (no `inputSize` option) and ships `xnnpack`, `coreml`, and `mlx` backends — pass `{ backend }` to override the platform default, e.g. `models.pose_estimation.rfdetr_keypoint_preview({ backend: 'mlx' })`. +::: From 0df7eb3348a0a7d448070d4eee27121ca7b2fab8 Mon Sep 17 00:00:00 2001 From: chmjkb Date: Thu, 18 Jun 2026 10:40:56 +0200 Subject: [PATCH 2/2] chore: add audio encoder to llm table --- .../01-natural-language-processing/useLLM.md | 24 +++++++++---------- .../01-natural-language-processing/useLLM.md | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/docs/03-hooks/01-natural-language-processing/useLLM.md b/docs/docs/03-hooks/01-natural-language-processing/useLLM.md index 86496ace13..f187afad4c 100644 --- a/docs/docs/03-hooks/01-natural-language-processing/useLLM.md +++ b/docs/docs/03-hooks/01-natural-language-processing/useLLM.md @@ -567,15 +567,15 @@ const handleGenerate = async () => { ## Available models -| Model Family | Sizes | Quantized | Capabilities | -| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :----------: | -| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - | -| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - | -| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - | -| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - | -| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - | -| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - | -| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | -| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | -| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | -| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision | +| Model Family | Sizes | Quantized | Capabilities | +| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :-----------: | +| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - | +| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - | +| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - | +| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - | +| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - | +| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - | +| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | +| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | +| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | +| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision, audio | diff --git a/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md b/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md index 30da8f2e85..c6bd76bc12 100644 --- a/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md +++ b/docs/versioned_docs/version-0.9.x/03-hooks/01-natural-language-processing/useLLM.md @@ -567,15 +567,15 @@ const handleGenerate = async () => { ## Available models -| Model Family | Sizes | Quantized | Capabilities | -| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :----------: | -| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - | -| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - | -| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - | -| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - | -| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - | -| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - | -| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | -| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | -| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | -| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision | +| Model Family | Sizes | Quantized | Capabilities | +| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :-----------: | +| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - | +| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - | +| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - | +| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - | +| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - | +| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - | +| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - | +| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - | +| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision | +| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision, audio |