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
Hi, I Have A Remote Task That I Want To Run On Some Of The Gpus Of The Remote Machine. I Set The Agent In The Remote Machine On Two Of The Gpus. How Do I Query The Agent What Are His Gpu So That My Code Will Use Only Them

Hi,
i have a remote task that i want to run on some of the GPUs of the remote machine.
I set the agent in the remote machine on two of the GPUs. How do i query the agent what are his GPU so that my code will use only them

  
  
Posted 11 months ago
Votes Newest

Answers 8


clearml-agent daemon --detached --queue bell --gpus 1

  
  
Posted 11 months ago

not sure i follow you. i am only talking about the GPUs

  
  
Posted 11 months ago

no, venv

  
  
Posted 11 months ago

Hi @<1546303277010784256:profile|LivelyBadger26> , when you run the agent, you can specify which CPUs to use using the --gpus argument like you used

  
  
Posted 11 months ago

Sorry, GPUs 🙂

  
  
Posted 11 months ago

How did you set the agent for these GPUs?

  
  
Posted 11 months ago

Try inspecting the environment (os.environ) - I'm pretty sure you'll see it there...

  
  
Posted 11 months ago

Are you using the agent in docker mode (meaning is your task running inside a docker container)?

  
  
Posted 11 months ago
574 Views
8 Answers
11 months ago
11 months ago
Tags
Similar posts