Skip to content

Conversation

@ahmedlone127
Copy link
Contributor

@ahmedlone127 ahmedlone127 commented Nov 7, 2025

This Pr introduces two new mechanisms for pretrained models:

  1. Pretrained models will be filtered by annotator class first, before downloading (in case there are duplicate names for different annotators)
  2. a new parameter for .pretrained() called engine it will allow users to specify which enigne they would perfer to use and if a model is avaialable in multiple engines it will automatically pick the engine specified otherwise fall back to another
    engine. If no engine is specified the following priority order is used :

Onnx -> Tensorflow -> Openvino -> Unk

How Has This Been Tested?

Test locally via unit tests in python and scala
Tested on colab

@DevinTDHa DevinTDHa mentioned this pull request Nov 13, 2025
@DevinTDHa DevinTDHa changed the base branch from master to release/623-release-candidate November 25, 2025 12:07
@DevinTDHa DevinTDHa force-pushed the adding-perfered-Engine-to-pretrained-and-minor-fixes branch from 3bc08d6 to 906c8b9 Compare November 25, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants