PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.95k stars 5.27k forks source link

[FEATURE] transformers.js support #13797

Open marcelocecin opened 2 months ago

marcelocecin commented 2 months ago

Is your feature request related to a problem? Please describe. yes the library needs sharp support

Describe the solution you'd like possibility of using

import { pipeline } from '@xenova/transformers';

https://huggingface.co/docs/transformers.js/api/pipelines

vunguyenhung commented 1 month ago

Hi @marcelocecin, the error indicate that the library sharp requires linux x64 architecture, which is incompatible with Pipedream environment.

I'll add this to Pipedream internal backlog, but we're not sure when it will be supported. Thanks

marcelocecin commented 1 month ago

Hi Maybe the python version would be a better way However, it needs torch support Thanks