candle icon indicating copy to clipboard operation
candle copied to clipboard

AutoModel / PreTrainedModel equivalent magic ?

Open ierezell opened this issue 1 month ago • 2 comments

Hello all, first, thanks a lot for this wonderful crate.

I was wondering if it's on the roadmap or if there is a solution to have the same magic as in python with a AutoModel.from_pretrained("the_model_name_string")

As I'm protoyping and am often changing models... which requires to change the architecture everytime and having this "auto load" would save time.

Alternatives : https://github.com/lucasjinreal/Crane or https://docs.rs/kalosm/latest/kalosm/

Thanks in advance, Have a nice day.

ierezell avatar Oct 07 '25 21:10 ierezell