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, I Am Using The Autoscaler To Start Jobs. Previously, Everything Was Working. However, Now I Get This Error:

Hello, I am using the autoscaler to start jobs. Previously, everything was working. However, now I get this error:
Using cached repository in "/home/ubuntu/.clearml/vcs-cache/ai_dev.git.42a0e941ddbf5c69216f37ceac2eca6b/ai_dev.git" error: cannot lock ref 'refs/remotes/origin/deployment/left_ventricle_hypertrophy_a4c/inception_resnet': 'refs/remotes/origin/deployment/left_ventricle_hypertrophy_a4c' exists; cannot create 'refs/remotes/origin/deployment/left_ventricle_hypertrophy_a4c/inception_resnet' From `
! [new branch] deployment/left_ventricle_hypertrophy_a4c/inception_resnet -> origin/deployment/left_ventricle_hypertrophy_a4c/inception_resnet (unable to update local ref)
error: Could not fetch origin
Repository cloning failed: Command '['git', 'fetch', '--all', '--recurse-submodules']' returned non-zero exit status 1.
clearml_agent: ERROR: Failed cloning repository.

  1. Make sure you pushed the requested commit:
    (repository=' ', branch='main', commit_id='4b5f369db2deb46da2991d69e3ecd50da8b2fdbe', tag='', docker_cmd=None, entry_point='dset_generation_task.py', working_dir='clearml_tasks')
  2. Check if remote-worker has valid credentials [see worker configuration file] `
    I know my repo originally had an issue w/ the left_ventricle_hypertrophy_a4c branch, but I seemingly fixed it based on this answer: https://stackoverflow.com/a/43253320/2379009 . I even reset the workers, but I am still getting the issue on the clearml side.

We are using self-hosted clearMl w/ the following versions:
Worker CLEARML-AGENT version 1.1.2
The autoscaler instance Clearml-AGENT version: 1.2.3
ClearML WebApp: 1.2.0-153 Server: 1.2.0-153 API: 2.16
python pip package 1.3.2
( WonderfulArcticwolf3 )

  
  
Posted one year ago
Votes Newest

Answers 2


Hi CloudySwallow27

rm -rf /home/ubuntu/.clearml/ will delete all the cache on this specific machine 🙂

  
  
Posted one year ago

Im thinking it may have something to do with
Using cached repository in "/home/ubuntu/.clearml/vcs-cache/ai_dev.git.42a0e941ddbf5c69216f37ceac2eca6b/ai_dev.git"We tried to reset the machines but the cache is still there. any idea how to clear it?

  
  
Posted one year ago
554 Views
2 Answers
one year ago
one year ago
Tags