Skip to content

Instantly share code, notes, and snippets.

@tikg
Last active April 15, 2026 08:18
Show Gist options
  • Select an option

  • Save tikg/7f30846898026aef71bd07ad5b587d89 to your computer and use it in GitHub Desktop.

Select an option

Save tikg/7f30846898026aef71bd07ad5b587d89 to your computer and use it in GitHub Desktop.
Setting up LMS Studio (AI) on my local (history)

The Setup

lms get

@tikg
Copy link
Copy Markdown
Author

tikg commented Apr 15, 2026

add and loading a model

adding a model lms get meta/llama-3.3-70b
then loading a model lms load meta/llama-3.3-70b

@tikg
Copy link
Copy Markdown
Author

tikg commented Apr 15, 2026

removing from llmster

JP-H41T6MX25R:.lmstudio john.tuliao$ ls
bin			credentials		hub			models			settings.json
config-presets		dev-logs		llmster			projects		user-files
conversations		extensions		mcp.json		server-logs		working-directories
JP-H41T6MX25R:.lmstudio john.tuliao$ cd models/
JP-H41T6MX25R:models john.tuliao$ ls
lmstudio-community
JP-H41T6MX25R:models john.tuliao$ cd lmstudio-community/

### Models
JP-H41T6MX25R:lmstudio-community john.tuliao$ ls
DeepSeek-R1-0528-Qwen3-8B-MLX-4bit	Llama-3.3-70B-Instruct-GGUF
JP-H41T6MX25R:lmstudio-community john.tuliao$ du -h
4.3G	./DeepSeek-R1-0528-Qwen3-8B-MLX-4bit
 35G	./Llama-3.3-70B-Instruct-GGUF
 39G	.

### Path
JP-H41T6MX25R:lmstudio-community john.tuliao$ pwd
/Users/john.tuliao/.lmstudio/models/lmstudio-community
JP-H41T6MX25R:lmstudio-community john.tuliao$
JP-H41T6MX25R:lmstudio-community john.tuliao$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment