mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
Reference in New Issue
Block a user