Integrating MLX Models with React Native for iOS Deployment

Hi, I'm looking for the best way to use MLX models, particularly those I've fine-tuned, within a React Native application on iOS devices. Is there a recommended integration path or specific API for bridging MLX's capabilities to React Native for deployment on iPhones and iPads?

You'd have to write a native module yourself or wait for someone else to write the library. I started doing this but never finished it and it's in bad state.

You can use either one of these: TurboModules, Nitro Modules, Expo Modules.

Integrating MLX Models with React Native for iOS Deployment
 
 
Q