react-native-transformers-example icon indicating copy to clipboard operation
react-native-transformers-example copied to clipboard

Use onnxruntime packages from fork for test purpose

Open jhen0409 opened this issue 1 year ago • 1 comments

Use @fugood/onnxruntime-react-native for test purpose, which it includes:

  • Early test for onnxruntime v1.16 (common / react-native only)
  • Use JSI to do blob exchange instead of base64 (https://github.com/microsoft/onnxruntime/pull/16094)
  • Dispose session correctly (https://github.com/microsoft/onnxruntime/pull/16131)
  • Enable Execution Provider (Core ML / NNAPI) (https://github.com/microsoft/onnxruntime/pull/16233)
  • Support New Architecture
    • [ ] @flyskywhy/react-native-gcanvas is not supported Fabric yet

jhen0409 avatar May 26 '23 04:05 jhen0409