elastic / package-spec

EPR package specifications
Other
18 stars 73 forks source link

[Change Proposal] Support Torch `.pt` ML trained models in integration packages #830

Open susan-shu-c opened 1 week ago

susan-shu-c commented 1 week ago

What problem is this proposal solving?

Users should be able to easily install supervised ML models. Current, integrations support DataFrame Analytics models, as introduced in

Now we have more supported language models. They are shipped in a .pt format instead of .json configurations. Integrations will need to support the installation of these models.

Where the solution will need to be implemented, i.e. which parts, if any, of the Elastic Stack will be impacted.

Additional information

Currently, models are constrained to 400mb size. We've yet to require an increase, but it's worth noting in the future if we do develop larger models.

Links: