Small edits (#1045)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly
2025-02-18 09:49:33 +02:00
committed by GitHub
parent 43b0d9bae7
commit 60638ce467
2 changed files with 13 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ to open the app's configuration form.
values from the file, which can be modified before launching the app instance
* **Project name** - ClearML Project where your llama.cpp Model Deployment app instance will be stored
* **Task name** - Name of [ClearML Task](../../fundamentals/task.md) for your llama.cpp Model Deployment app instance
* **Queue** - The [ClearML Queue](../../fundamentals/agents_and_queues.md#agent-and-queue-workflow) to which the
* **Queue** - The [ClearML Queue](../../fundamentals/agents_and_queues.md#what-is-a-queue) to which the
llama.cpp Model Deployment app instance task will be enqueued (make sure an agent is assigned to it)
* **Model** - A ClearML Model ID or a Hugging Face model. The model must be in GGUF format. If you are using a
HuggingFace model, make sure to pass the path to the GGUF file. For example: `provider/repo/path/to/model.gguf`