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 Everyone! I Am Trying To Configurate Clearml-Agent On A Local Machine. The Internet Speed Is Low Here, And Therefore Downloading The Necessary Pip Packages Is Painful. Pip_Download_Cache Is Enabled In The Agent Config, And The Path Is Specified, But

Hello everyone! I am trying to configurate clearml-agent on a local machine. The Internet speed is low here, and therefore downloading the necessary pip packages is painful. pip_download_cache is enabled in the agent config, and the path is specified, but no files are saved there, and every time I queue a task for execution on the agent, the packages are downloaded again.
Can you please advise me how to solve this problem?

  
  
Posted 2 months ago
Votes Newest

Answers 8


I see. The pip_download_cache option is only used for torch downloads. For all other purposes (i.e. as used by pip) we use pip_cache: "/root/.cache/pip" setting

  
  
Posted 2 months ago

Hi @<1673501387578675200:profile|AdventurousLizard97> , are you running the agent in docker mode?

  
  
Posted 2 months ago

agent in Kubernetes Glue mode

  
  
Posted 2 months ago

Hi @<1673501387578675200:profile|AdventurousLizard97> , can you please provide the full log of such a run?

  
  
Posted 2 months ago

Here is an example of a log. This is a clone from a previously launched experiment, but as you can see, the packages are downloaded again

  
  
Posted 2 months ago

it's pet example. of course, just for fast testing

  
  
Posted 2 months ago

And if you clone the the same experiment and run it on the same machine it will again download all packages?

  
  
Posted 2 months ago

That's clone of previous log experiment. Download packages again ((

  
  
Posted 2 months ago
147 Views
8 Answers
2 months ago
2 months ago
Tags