Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using prebuilt binaries #80

Open
Vali-98 opened this issue Oct 30, 2024 · 0 comments
Open

Using prebuilt binaries #80

Vali-98 opened this issue Oct 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Vali-98
Copy link
Contributor

Vali-98 commented Oct 30, 2024

For better developer experience, llama.rn should prepackage the rn-llama.cpp binary. Currently, it takes about 10-15 minutes to build, which massively slows down CD flows for no real reason. Though I personally run a ccache service to cache redundant builds, it would be ideal if the package simply had the binaries ready-made.

An example of this is how expo-sqlite packages the crsqlite extension:

https://github.com/expo/expo/tree/sdk-51/packages/expo-sqlite/android/src/main/jniLibs/arm64-v8a
https://github.com/expo/expo/tree/sdk-51/packages/expo-sqlite/ios/crsqlite.xcframework/ios-arm64/crsqlite.framework

@jhen0409 jhen0409 added the enhancement New feature or request label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants