In case any of you needs to run a Large Language Model (LLM) locally, there are a few ways to do this, I will post what I found to be the simplest way.
1. Download and install LM Studio, I use Developer mode, you can choose another option.
2. Download a model, more on this below.
3. Do this from the windows terminal, it doesn't matter where you open it from:
4. In LM Studio, there is a dropdown at the top "Select a model to load (Ctrl+L)", drop it down and select your model
5. Chat
You can figure out the rest of it.
1. Download and install LM Studio, I use Developer mode, you can choose another option.
2. Download a model, more on this below.
3. Do this from the windows terminal, it doesn't matter where you open it from:
lms import C:/path/to/your/model.gguf4. In LM Studio, there is a dropdown at the top "Select a model to load (Ctrl+L)", drop it down and select your model
5. Chat
You can figure out the rest of it.