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
298 Views
				0
Answers
				
					 
	3 years ago
				
					
						 
	2 years ago
					
			