GGUF Import Guide¶
Use this flow when you already have local model files and want to import them into the app.
Supported inputs¶
The Import Model flow accepts:
.gguffile onlyModelfileonlyModelfile+.gguftogether
Important rule:
If your
Modelfilereferences a GGUF in itsFROMline, import both files together in one action.
Open the importer¶
Open
Marketplace.Select
Import Model.Use drag-and-drop or click upload in the modal.
Choose import target host¶
In the importer modal, set Host to:
Localfor your local runtimeA configured remote host if you want the import on that remote runtime
File handling behavior¶
The app validates file types and shows errors for unsupported files.
If a
Modelfileis present, the app shows a parsed preview.If a referenced GGUF is missing, import is blocked with a clear status message.
Optional alias¶
You can set an alias (up to 20 characters) before import. This is used as the model name for the imported artifact.
Import scenarios¶
GGUF only:
Select one
.gguffile.Set optional alias and host.
Click
Import.
Modelfile only:
Select one
Modelfile.Set optional alias and host.
Click
Import.
Modelfile + GGUF:
Select both
Modelfileand its referenced.gguf.Confirm the status shows the reference is resolved.
Set optional alias and host.
Click
Import.
After import¶
Open
Chat.Select the same host you imported to.
Pick the imported model and run a test prompt.
Common failures¶
Only .gguf or Modelfile allowed: remove unsupported file types.Modelfile references .gguf: add the referenced GGUF file in the same import action.Import fails on remote host: verify remote host connectivity and permissions.