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

Library no longer maintained? #646

Closed
pax-k opened this issue Mar 14, 2024 · 5 comments
Closed

Library no longer maintained? #646

pax-k opened this issue Mar 14, 2024 · 5 comments
Labels
question Further information is requested

Comments

@pax-k
Copy link

pax-k commented Mar 14, 2024

Question

1 year has passed since this PR is ready for merge: Support React Native #118

Should we do our own fork of xenova/transformers.js ?

@pax-k pax-k added the question Further information is requested label Mar 14, 2024
@kungfooman
Copy link
Contributor

The time and effort probably flows into v3 with WebGPU support - implying that this library is no longer maintained because the PR isn't merged is a bit of a stretch.

Did you try a quick test merge with v3? Supporting many plattforms is demanding a lot of work and testing.

Personally I would also try to keep the API unified - statements like import wav from 'node-wav'; are somewhat a breaking change, since you need to update import maps - I would probably aim for a simple AudioContext polyfill.

The polyfill route keeps the PR's small and reducing merge conflicts and you can even reuse unit tests e.g.

@osanseviero
Copy link

Given last release was last week, I think it's still actively maintained. Take a look at https://github.com/xenova/transformers.js/releases

@xenova
Copy link
Collaborator

xenova commented Mar 14, 2024

@pax-k I encourage you to check out the v3 branch: #545. At the moment, we are prioritizing WebGPU support over React Native support, but I can assure you that the latter will come, eventually.

@hans00
Copy link
Contributor

hans00 commented Mar 18, 2024

For now, I'm prereleased here
I will try my best to keep up to date with the latest version.

P.S. Our company is heavily on React Native and has some web compatibility. This package is very good to open the gate to edge AI.

@xenova
Copy link
Collaborator

xenova commented Apr 3, 2024

Thank you for your kind words @hans00, and I appreciate your patience! We're also in contact with the onnxruntime-react-native team and we'll be prioritizing React Native support once WebGPU support has been completed.

Closing this issue, since the library is most certainly still being "maintained" 😉

@xenova xenova closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants