Skip to content

Model Download Code#6

Draft
infil00p wants to merge 4 commits into
mainfrom
TFLite_Bridge
Draft

Model Download Code#6
infil00p wants to merge 4 commits into
mainfrom
TFLite_Bridge

Conversation

@infil00p

@infil00p infil00p commented Nov 17, 2024

Copy link
Copy Markdown
Contributor

Working on the code on fetch Executorch models from an external network

We're using C++ here so that we can switch between TFLite, ONNX Runtime and Executorch so that whatever provides the best user experience for model development can be used here. We use the Kotlin APIs to massage the Javascript data and get it read to be handled by the inference frameworks. This might seem more complicated, BUT if we use Java APIs we're locking ourselves to the JNI implementations.

Since we're in 2024, and since TFLite STILL can't export a modern PyTorch model, we're going with Executorch for ease of use. Fiddling with frameworks at this point is pointless and redundant.

@infil00p infil00p changed the title TFLite Bridge Code Model Download Code Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant