Small edits

This commit is contained in:
revital
2025-03-11 07:16:10 +02:00
parent 001ae8e5ed
commit 9e275de492
19 changed files with 36 additions and 36 deletions

View File

@@ -14,7 +14,7 @@ powerful remote machine. This is useful for:
* Managing execution through ClearML's queue system.
This guide focuses on transitioning a locally executed process to a remote machine for scalable execution. To learn how
to reproduce a previously executed process on a remote machine, see [Reproducing Tasks](reproduce_tasks.md).
to reproduce a previously executed process on a remote machine, see [Reproducing Task Runs](reproduce_tasks.md).
## Running a Task Remotely

View File

@@ -1,5 +1,5 @@
---
title: Reproducing Tasks
title: Reproducing Task Runs
---
:::note