Unanswered
Hi, I Am Following The Programmatic Orchestration Example Here:
Hi CloudySwallow27
how can I just "define" it on my local PC, but not actually run it.
You can use the clearml-task
CLI
https://clear.ml/docs/latest/docs/apps/clearml_task#how-does-clearml-task-work
Or you can add the following line in your code, that will cause the execution to stop, and to continue on a remote machine (basically creating the Task and pushing it into an execution queue, or just aborting it)task = Task.init(...) task.execute_remotely()
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely
155 Views
0
Answers
2 years ago
one year ago