lmstudio-ai / lmstudio.js

LM Studio TypeScript SDK (pre-release public alpha)
https://lmstudio.ai/docs/lmstudio-sdk/quick-start
Apache License 2.0
271 stars 42 forks source link

How to load a gguf model split into multiple files? #22

Closed emiyalee1005 closed 1 month ago

emiyalee1005 commented 1 month ago

I can't find an example from document on how to do this

ryan-the-crayon commented 1 month ago

You can load a multi-file model by loading the first part.

emiyalee1005 commented 1 month ago

Thanks