Releases: cdiddy77/react-native-llm-mediapipe
Releases · cdiddy77/react-native-llm-mediapipe
Release 0.5.0
0.5.0 (2024-10-05)
Features
- improve model download/convert; copy model (#9) (062cbe6)
Release 0.4.2
0.4.2 (2024-09-17)
Bug Fixes
- 'OpenCL' library must be present (5ed8313)
- added helpful comment for model and handy commands work bug-free with graddle (cc5884d)
Release 0.4.1
0.4.1 (2024-09-14)
Bug Fixes
- handle throw error on LlmInference return with try (80fd447)
Release 0.4.0
0.4.0 (2024-04-30)
Bug Fixes
- another attempt to fix ios build (1f83989)
- remove model from ios project so that the CI build doesnt fail (3d6f544)
- try fix for missing model file (1cf3370)
Features
- enable loading a model from a full file path (29cb18e)
- example app has a quick prompt feature (758ac15)
- python script to download and convert LLM model files (3409981)
Release 0.2.0
0.2.0 (2024-04-22)
Features
- basic example app functionality is working (beee8c6)