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
Profile picture
FantasticDuck7
Moderator
6 Questions, 23 Answers
  Active since 29 June 2023
  Last activity one month ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
3 Answers
75 Views
0 Votes 3 Answers 75 Views
Hello mates! Could you please enlighten me on how to properly set up apt and pip caches in k8s agents? (using helm agent v. 5.2.2)
one month ago
0 Votes
2 Answers
465 Views
0 Votes 2 Answers 465 Views
Hi everyone! I'm trying to spin up a k8s clearml agent using helm chart. I'm stuck at adding my company certificates to allow agent to pull repos and images ...
5 months ago
0 Votes
5 Answers
412 Views
0 Votes 5 Answers 412 Views
Hi everyone! I've updated to clearml 1.15 and the env var WEBSERVER__CLEARML_API_HOST stopped working in webserver docker-compose service. It's been set beca...
4 months ago
0 Votes
4 Answers
854 Views
0 Votes 4 Answers 854 Views
Hej everyone! How do I pass --trusted-host my.private.package.registry.com:5151 flag when pip environment is being installed on a remote worker inside a dock...
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
one year ago
0 Votes
5 Answers
89 Views
0 Votes 5 Answers 89 Views
Hej everyone! I'm trying to setup cleraml using k8s. Everything went well until I started my training pipeline. The problem is that my debug samples aren't s...
one month ago
0 Hej Everyone! How Do I Pass

ok, thanks a lot! i need that package for all jobs

one year ago
0 Does Anyone Know Why Sometimes I Can'T Delete Folder Even Though I Delete All The Inside Items (Even In Archive)

@<1570583237065969664:profile|AdorableCrocodile14> Hi, probably you have dataset or pipeline in this project

one year ago
0 Hej Everyone! I'M Trying To Setup Cleraml Using K8S. Everything Went Well Until I Started My Training Pipeline. The Problem Is That My Debug Samples Aren'T Shown

Here's what I see. And the url of the image is k8s internal url
like None

If I substitute the internal address part ( None with actual address I can see the image ( None )
![image](https://clearml-web-assets.s3.amazonaws.com/scoold/images/TT9ATQXJ5-F0...

one month ago
0 Hi Everyone! I'M Using Minios3 As A File Server And As Default Output Uri. I'Ve Faced The Following Problem. When I Delete Tasks From Web Ui (And Also From Archive) Their Artifacts Didn'T Get Deleted From S3. I'M Using Self Hosted Clearml==1.11. What Shou

@<1523701994743664640:profile|AppetizingMouse58> Hi! Thank you for a quick response! Should I edit the configuration file directly in apiserver container like in screenshot? Is there a better, more consistent way to do that (I don't want to edit this config again if I recreate container for some reason) ?
image

one year ago
0 Hi Everyone! I'M Using Minios3 As A File Server And As Default Output Uri. I'Ve Faced The Following Problem. When I Delete Tasks From Web Ui (And Also From Archive) Their Artifacts Didn'T Get Deleted From S3. I'M Using Self Hosted Clearml==1.11. What Shou

Hi! Try excluding “http/https” from the uri in the config. Have you configured your client correctly?Try adding “output_uri” (or smth like that) when initializing your Task.

one year ago
one year ago
0 Hej Everyone! How Do I Pass

Thank you @<1523701070390366208:profile|CostlyOstrich36> Do you mean that I should edit clearml.conf and add something like this in agent section?
image

one year ago
0 Hello! I'Ve Been Doing A Ton Of Research On Different Mlops Tools And It Seems Like Clearml Is The Only Tool Available That Offers Every Single Feature We Need And Also Has An Open Source Self-Hosted Option. So We'Ve Been Considering Bending Over Backward

If you re facing problem with getting elastic search image, then I'd recommend using vpn to download it and then push it to your own docker-hub repo (in case you don't have vpn on server machine)

one year ago
0 Hello Mates! Could You Please Enlighten Me On How To Properly Set Up

@<1523701070390366208:profile|CostlyOstrich36> Could you please suggest something?

one month ago
0 Hello Mates! Could You Please Enlighten Me On How To Properly Set Up

/mnt/data/k8s-pvs/clearml-agent-pv is a mounted folder

pip-download-cache folder is created but it stays empty

one month ago
one month ago
0 Hi Everyone! I'M Using Minios3 As A File Server And As Default Output Uri. I'Ve Faced The Following Problem. When I Delete Tasks From Web Ui (And Also From Archive) Their Artifacts Didn'T Get Deleted From S3. I'M Using Self Hosted Clearml==1.11. What Shou

@<1523701087100473344:profile|SuccessfulKoala55> Thank you! I think I've done something wrong (It doesn't delete now). Correct me please

  • I've created file on clearml host machine /opt/clearml/config/services.conf with content as in the pic
  • Restarted container with docker restart async-delete
    image
one year ago
0 Hej Everyone! I'M Trying To Setup Cleraml Using K8S. Everything Went Well Until I Started My Training Pipeline. The Problem Is That My Debug Samples Aren'T Shown

Alright I've solved the issue by myself. The problem was that my agent used internal k8s domain names. I've changed them (in agent's helm values) to real ones, added certificates, set REQUESTS_CA_BUNDLE env var to point to my custom ca cert bundle and voila - debug samples are shown

one month ago
0 Hi Everyone! I'M Trying To Spin Up A K8S Clearml Agent Using Helm Chart. I'M Stuck At Adding My Company Certificates To Allow Agent To Pull Repos And Images From Our Gitlab. Please Help

Thanks, I figured it out that it's enough to mount configmap into clearml pods

Here's my custom-values.yaml

# -- Private image registry configuration
imageCredentials:
  # -- Use private authentication mode
  enabled: true
  # -- If this is set, chart will not generate a secret but will use what is defined here
  existingSecret: ""
  # -- Registry name
  registry: gitlab.my-company
  # -- Registry username
  username: gitlab+deploy-token
  # -- Registry password
  password: token
...
5 months ago
0 Hello Mates! Could You Please Enlighten Me On How To Properly Set Up

my current agent config for worker looks like the following now

agent {
      worker_id: "k8s-service-worker"
      worker_name: "k8s-service-worker"
      git_user: "gitlab+deploy-token-4"
      git_pass: "xxx"
      docker_force_pull: true
      package_manager.system_site_packages: false
      venvs_dir: ~/.cache/venvs-builds
      venvs_cache: {
          max_entries: 5
          free_space_threshold_gb: 10.0
          path: /mnt/data/k8s-pvs/clearml-agent-pv/venvs-cache
      },
 ...
one month ago
0 Hi Everyone! I'Ve Updated To Clearml 1.15 And The Env Var Webserver__Clearml_Api_Host Stopped Working In

@<1523701087100473344:profile|SuccessfulKoala55> Mate, any news on my issue from the team?

4 months ago
0 Hi Everyone! I'Ve Updated To Clearml 1.15 And The Env Var Webserver__Clearml_Api_Host Stopped Working In

@<1523703097560403968:profile|CumbersomeCormorant74> Thank you! I'll try this and let you know if that helped

4 months ago