Install LM Studio
curl -fsSL https://lmstudio.ai/install.sh | bash
export PATH="/root/.lmstudio/bin:$PATH"
Restart the terminal
Start LM Studio on public IP:
lms server start --bind 0.0.0.0
Download a Model
lms get qwen/qwen3.5-9b
Load a model to context length
lms load qwen/qwen3.5-9b --context-length 200200
Unload a model
lms unload
Monitor Resource Usages
sudo apt install btop
btop
OR
sudo apt install nvtop
nvtop
Top comments (0)