marella / ctransformers

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

Pulling models outside of hf? #195

Open shell-skrimp opened 9 months ago

shell-skrimp commented 9 months ago

Hello,

It doesnt look like it's possible to download models outside hf ecosystem? For ex, I have some models hosted on a local MinIO and I cannot feed from_pretrained("http... path. This intentional? How to get around it?