Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello! Does Clearml Support The Remote Execution Some Function On Agent Without Executing Code Locally? I Want Something Like Create_Function_Task().Execute_Remotely(), But This Doesn'T Work Because Execute_Remotely() Works Only With "Main" Task. This Opt

Hello! Does Clearml support the remote execution some function on agent without executing code locally? I want something like create_function_task().execute_remotely(), but this doesn't work because execute_remotely() works only with "main" task. This option need me to start run training from Airflow

  
  
Posted 8 days ago
Votes Newest

Answers 9


I copied this example None

  
  
Posted 7 days ago

In that case you should check out pipelines from decorators, basically pushing functions to run on different machines - None

  
  
Posted 8 days ago

Hi @<1742355077231808512:profile|DisturbedLizard6> , for this you have the clearml-task CLI - None

  
  
Posted 8 days ago

But it's weird. If I want to run the code without a repository, for example through "execute_remotely" or through "add_function_step", because by default it is assumed that the repository is not needed, isn't it so?

  
  
Posted 7 days ago

I investigated that in such path there is no script. Where should it be?

  
  
Posted 7 days ago

Thanks, I've seen this option. I thought it would be possible to do it via Task. I tried the method via Pipeline. The pod is lifted, the library is installed, but at the end there is no file. What could be the problem, can you tell me? Here are the logs: Environment setup completed successfully
Starting Task Execution:
/root/.clearml/venvs-builds/3.10/bin/python: can't open file '/root/.clearml/venvs-builds/3.10/task_repository/clearml-agent.git/test_remote_execution.py': [Errno 2] No such file or directory

  
  
Posted 7 days ago

Did you copy the example to a different repository and ran it from there? I think you need to commit your code for new files

  
  
Posted 7 days ago

@<1523701070390366208:profile|CostlyOstrich36> I may not fully understand the functionality of remote code execution. Do I always need to have a git repository for this?

  
  
Posted 7 days ago

@<1523701070390366208:profile|CostlyOstrich36> You didn't understand me)) I want to push on the agent one function from code , wait some calculations, and continue code. I don't need to push a whole script

  
  
Posted 8 days ago
169 Views
9 Answers
8 days ago
6 days ago
Tags