Import Custom Model Into Lm Studio
Within LM studio there’s obviously a way to download models natively, however in some instances several models from HuggingFace don’t appear.
- Download model from HuggingFace (Other places exist)
- Open command prompt
- Run the following command:
lms.exe import path
(e.g. "lms import C:\Users\Jason\Downloads\model.gguf")
- Follow the prompts.
- Done.