Small edits (#1020)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-01-28 10:22:37 +02:00
committed by GitHub
parent 10c44dd4a1
commit 7388083880
5 changed files with 37 additions and 37 deletions

View File

@@ -63,13 +63,13 @@ To configure a new app instance, click `Launch New` <img src="/docs/latest/icons
to open the app's configuration form.
### Configuration Options
* Import Configuration - Import an app instance configuration file. This will fill the configuration form with the
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration form with the
values from the file, which can be modified before launching the app instance
* Project name - ClearML Project where your Embedding Model Deployment app instance will be stored
* Task name - Name of ClearML Task for your Embedding Model Deployment app instance
* Queue - The [ClearML Queue](../../fundamentals/agents_and_queues.md#what-is-a-queue) to which the Embedding Model
* **Project name** - ClearML Project where your Embedding Model Deployment app instance will be stored
* **Task name** - Name of ClearML Task for your Embedding Model Deployment app instance
* **Queue** - The [ClearML Queue](../../fundamentals/agents_and_queues.md#what-is-a-queue) to which the Embedding Model
Deployment app instance task will be enqueued (make sure an agent is assigned to it)
* Model Configuration
* **Model Configuration**
* Model - A ClearML Model ID or a Hugging Face model name (e.g. `openai-community/gpt2`)
* Revision - The specific Hugging Face version of the model you want to use. You can use a specific commit ID or a
branch like `refs/pr/2`
@@ -85,9 +85,9 @@ Deployment app instance task will be enqueued (make sure an agent is assigned to
Transformer models
* \+ Add item - Add another model endpoint. Each model will be accessible through the same base URL, with the model
name appended to the URL.
* Hugging Face Token - Token for accessing Hugging Face models that require authentication
* Idle Time Limit (Hours) - Maximum idle time after which the app instance will shut down
* Export Configuration - Export the app instance configuration as a JSON file, which you can later import to create a
* **Hugging Face Token** - Token for accessing Hugging Face models that require authentication
* **Idle Time Limit** (Hours) - Maximum idle time after which the app instance will shut down
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create a
new instance with the same configuration
![Embedding Model Deployment form](../../img/apps_embedding_model_deployment_form.png)