candle
candle copied to clipboard
AutoModel / PreTrainedModel equivalent magic ?
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.