lms get
Last active
April 15, 2026 08:18
-
-
Save tikg/7f30846898026aef71bd07ad5b587d89 to your computer and use it in GitHub Desktop.
Setting up LMS Studio (AI) on my local (history)
Author
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
Author
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
Uh oh!
There was an error while loading. Please reload this page.