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

Hello 👋 I am using a self hosted clearml setup using the requirments file of the project. When I run the task it is failing and I get:

Collecting torch==2.0.1.*
  Downloading 
 (2267.3 MB)
Process failed, exit code 1

Is there any way to get more information on what is happening?

  
  
Posted one year ago
Votes Newest

Answers 8


@<1523701070390366208:profile|CostlyOstrich36> Thanks for the help! It ended being a mistake on my side. Misconfigured the VM's memory and it had only 3.75 G. Failed when installing torch.

  
  
Posted one year ago

What additional context do you need?

  
  
Posted one year ago

Sure! For torch I have:

torch==2.0.1
    # via
    #   monai
    #   pytorch-lightning
    #   torchio
    #   torchmetrics
  
  
Posted one year ago

Can you share the torch sections of your requirements.txt ?

  
  
Posted one year ago

It is failing exactly when the download finishes. Not sure if it is something but on the ~/.clearml/pip-download-cache only a cu120 empty folder appears. Should the torch wheel be saved there?

  
  
Posted one year ago

Managed to get:

clearml_agent: ERROR: Command '['/home/ramon/.clearml/venvs-builds/3.9/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/var/tmp/requirements_tb0x2i3j.txt', '--extra-index-url', '
 died with <Signals.SIGKILL: 9>.

while building the task with the id on the agent

  
  
Posted one year ago

Yes, I configured it that way 👌 Thanks! I'll use the flag!

  
  
Posted one year ago

Hi @<1523707996645888000:profile|GrievingTurkey78> , did you configure the agent to install requirements from requirements.txt ? You can get more information using the --debug flag when running clearml-agent

  
  
Posted one year ago
770 Views
8 Answers
one year ago
one year ago
Tags