Monday, April 27, 2026

[LLM] llmster

 Switch to a working folder:

# cd /usr/local/sbin


Show what kernel my VPC owns:

# uname -a

Linux demonalex-VirtualBox 7.0.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Mon Apr 13 11:09:53 UTC 2026 x86_64 GNU/Linux


Install llmster:

# curl -fsSL https://lmstudio.ai/install.sh | bash


Add the following into /etc/profile:

export PATH="/root/.lmstudio/bin:$PATH"


Open a new terminal and execute the following to see the model list:

# lms get

Press Ctrl+C to end the showing.


Download the model:

# lms get google/gemma-4-e2b


Check if the model has already been downloaded:

# lms ls


Have an interactive chatbot:

# lms chat

Type "/exit" can exit the chatbot conversation.


No comments:

Post a Comment