less than 1 minute read

Within LM studio there’s obviously a way to download models natively, however in some instances several models from HuggingFace don’t appear.

  1. Download model from HuggingFace (Other places exist)
  2. Open command prompt
  3. Run the following command:
lms.exe import path
(e.g. "lms import C:\Users\Jason\Downloads\model.gguf")
  1. Follow the prompts.
  2. Done.

Updated: