文档
导入模型
您可以通过将兼容模型放置在预期的目录结构中,来使用从 LM Studio 外部下载的模型。
lms import
(实验性)要导入从 LM Studio 外部下载的 GGUF
模型,请在您的终端中运行以下命令
lms import <path/to/model.gguf>
在“我的模型”选项卡中管理您的模型目录
LM Studio 旨在保留从 Hugging Face 下载的模型目录结构。预期的目录结构如下:
~/.lmstudio/models/ └── publisher/ └── model/ └── model-file.gguf
例如,如果您有一个由 infra-ai
发布、名为 ocelot-v1
的模型,则结构如下所示:
~/.lmstudio/models/ └── infra-ai/ └── ocelot-v1/ └── ocelot-v1-instruct-q4_0.gguf
在 LM Studio Discord 服务器上与其他 LM Studio 用户聊天,讨论 LLM、硬件等。
本页内容
使用 lms import(实验性)
LM Studio 预期的模型目录结构
社区