allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.42k stars 643 forks source link

Add tag with Clearm-task (cli tools) #1284

Open konstantinator opened 3 weeks ago

konstantinator commented 3 weeks ago

Hi!

I often use clearml-task and have a suggestion for improving its functionality.

Proposal Summary

It would be beneficial to have the ability to add tags when launching experiments using ClearML-task (CLI tools).

For example, like this:

clearml-task --project Hello --name hello --tag 'exp_1' 'test_new_feature' --script ./hello_world.py \
 --queue hello_queue --packages ""  --docker my_hello_image --docker_args "-v /data:/data --rm"

Motivation

Often there are situations where it's necessary to run multiple experiments at once, and for easy tracking, it would be useful to have the capability to specify tags through clearml-task.

If such functionality already exists, I would appreciate it if you could share how it can be done.

eugen-ajechiloae-clearml commented 1 week ago

Hi @konstantinator ! It is not currently possible tagging the tasks via clearml-task. Should be a small addition to the CLI tho, so we will try to add it asap.