marella / ctransformers

Python bindings for the Transformer models implemented in C/C++ using GGML library.
MIT License
1.8k stars 137 forks source link

Is there a way to implement trust_remote_code like the regular transformers library has? #127

Open ZeroUni opened 1 year ago

ZeroUni commented 1 year ago

Sorry I'm not too familiar with either libraries but I was wondering if it would be possible to add trust_remote_code. I understand that remote code may be specific to the base transformers library and wouldn't work with c transformers and if that is the case please just ignore me!