Small edits (#920)

This commit is contained in:
pollfly 2024-09-08 13:13:57 +03:00 committed by GitHub
parent 31abc89407
commit a7f2726838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ Projects can also be created using the [`projects.create`](../references/api/pro
### View All Projects in System ### View All Projects in System
To view all projects in the system, use the [`Task.get_projects()`](../references/sdk/task.md#taskgetprojects) class method: To view all projects in the system, use the [`Task.get_projects()`](../references/sdk/task.md#taskget_projects) class method:
```python ```python
project_list = Task.get_projects() project_list = Task.get_projects()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -13,20 +13,20 @@ Use ClearML's GUI Applications to manage ML workloads and automatically run your
Configure and launch app instances, then track their execution from the app dashboard. Configure and launch app instances, then track their execution from the app dashboard.
ClearML provides the following applications: ClearML provides the following applications:
* General: Applications for automating and optimizing workflows, and monitoring project performance. * **General**: Applications for automating and optimizing workflows, and monitoring project performance.
* [**Hyperparameter Optimization**](apps_hpo.md) - Find the parameter values that yield the best performing models * [**Hyperparameter Optimization**](apps_hpo.md) - Find the parameter values that yield the best performing models
* **Nvidia Clara** - Train models using Nvidia's Clara framework * **Nvidia Clara** - Train models using Nvidia's Clara framework
* [**Project Dashboard**](apps_dashboard.md) - High-level project monitoring with Slack alerts * [**Project Dashboard**](apps_dashboard.md) - High-level project monitoring with Slack alerts
* [**Task Scheduler**](apps_task_scheduler.md) - Schedule tasks for one-shot and/or periodic execution at specified times (available under ClearML Enterprise Plan) * [**Task Scheduler**](apps_task_scheduler.md) - Schedule tasks for one-shot and/or periodic execution at specified times (available under ClearML Enterprise Plan)
* [**Trigger Manager**](apps_trigger_manager.md) - Define tasks to be run when predefined events occur (available under ClearML Enterprise Plan) * [**Trigger Manager**](apps_trigger_manager.md) - Define tasks to be run when predefined events occur (available under ClearML Enterprise Plan)
* AI Dev: Applications for deploying AI development environments on remote machines. * **AI Dev**: Applications for deploying AI development environments on remote machines.
* [**Jupyter Lab**](apps_jupyter_lab.md) - Launch a Jupyter Lab session on a remote machine (available under ClearML Enterprise Plan) * [**Jupyter Lab**](apps_jupyter_lab.md) - Launch a Jupyter Lab session on a remote machine (available under ClearML Enterprise Plan)
* [**VS Code**](apps_vscode.md) - Launch a VS Code session on a remote machine (available under ClearML Enterprise Plan) * [**VS Code**](apps_vscode.md) - Launch a VS Code session on a remote machine (available under ClearML Enterprise Plan)
* UI Dev: Applications for deploying user interfaces for models. * **UI Dev**: Applications for deploying user interfaces for models.
* [**Gradio Launcher**](apps_gradio.md) - Create visual web interfaces for your models with Gradio (available under ClearML Enterprise Plan) * [**Gradio Launcher**](apps_gradio.md) - Create visual web interfaces for your models with Gradio (available under ClearML Enterprise Plan)
* [**Streamlit Launcher**](apps_streamlit.md) - Create visual web interfaces for your models with Streamlit (available under ClearML Enterprise Plan) * [**Streamlit Launcher**](apps_streamlit.md) - Create visual web interfaces for your models with Streamlit (available under ClearML Enterprise Plan)
* Deploy: Applications for deploying machine learning models as scalable, secure services. * **Deploy**: Applications for deploying machine learning models as scalable, secure services.
* [**Embedding Model Deployment**](apps_embed_model_deployment.md) Deploy embedding models as networking services over a secure endpoint (available under ClearML Enterprise Plan) * [**Embedding Model Deployment**](apps_embed_model_deployment.md) - Deploy embedding models as networking services over a secure endpoint (available under ClearML Enterprise Plan)
* [**Model Deployment**](apps_model_deployment.md) - Deploy LLM models as networking services over a secure endpoint (available under ClearML Enterprise Plan) * [**Model Deployment**](apps_model_deployment.md) - Deploy LLM models as networking services over a secure endpoint (available under ClearML Enterprise Plan)
:::info Autoscalers :::info Autoscalers

View File

@ -270,7 +270,7 @@ Scalar series are presented in a line chart. To see the series for a metric in h
view it in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />. view it in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />.
:::info Full Screen Refresh :::info Full Screen Refresh
Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon lt size-md space-sm medium-zoom-image" /> Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm medium-zoom-image" />
to update the graph. to update the graph.
::: :::