文档
link(连接)
runtime 运行时
link(连接)
runtime 运行时
lms ps 命令用于显示当前加载到内存中的所有模型信息。
查看所有当前已加载的模型
lms ps
示例输出
LOADED MODELS Identifier: unsloth/deepseek-r1-distill-qwen-1.5b • Type: LLM • Path: unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf • Size: 1.12 GB • Architecture: Qwen2
以机器可读格式获取列表
lms ps --json
lms ps 支持使用 --host 标志连接到远程 LM Studio 实例
lms ps --host <host>
为此,远程 LM Studio 实例必须正在运行并可从本地机器访问,例如,在同一子网中可访问。
本页面源码可在 GitHub 上查看