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 Anybody Here Work With Clearml On Preemptible Instances? I'D Like To Achieve The Following:

Hello, does anybody here work with ClearML on preemptible instances? I'd like to achieve the following:

  • I enqueue a preemptible task A
  • Task A gets fetched by a worker
  • Task A is signaled to be preempted by more important task B
  • Task A dumps its state somewhere and ends to be requeued
  • Task B gets executed and gets finished
  • Task A is fetched by a worker again
    Can Slurm + ClearML achieve that? I currently work with ClearML with Docker-based agents.
  
  
Posted 8 months ago
Votes Newest

Answers


Hi @<1523701122311655424:profile|VexedElephant56> , I think is achievable with Slurm + ClearML, however I don't think something like this out of the box exists

  
  
Posted 8 months ago
540 Views
1 Answer
8 months ago
8 months ago
Tags