Is it possible to create a Task using Task CLI using a python entrypoint (either script or module) and then have the task_name become overridden by the value...
one month ago
I'm experiencing an issue with my YOLO training script when using ClearML. Although the training process itself completes successfully (as indicated by the "...
one month ago
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
one month ago
Hello, Running into some issues with deploying the ClearML Server Helm Chart. Trying to use external connections to managed services for Redis Cloud, Atlas M...
one month ago
Hi, I want to integrate my ML tasks as a complete MLOps pipeline. I am planning to create new tasks by pulling the repo from github. As, some of the models a...
one month ago
Does anyone have a good idea on how to set the correct Python version for a task? Apparently I can set it on a task level or via the web-interface. from clea...
one month ago
Hi, I want to setup task that can "overwrite configuration on the UI". Found some reference in the doc but couldn't make it work yet. I feel it should be ver...
one month ago
Hi, we are migrating from AWS to GCP machines and we experience issues with task.connect function. the issue is that on GCP machines that are spawn by the au...
Hey Guys, Context: I was able to host the ClearML server (web server, file server, API server) in an AWS EC2 instance via terraform IaC and GitHub actions an...
one month ago
👋 Hi everyone! Did anyone have this issue with clearml agent in k8s when trying to run a task remotely? │ k8s-glue ERROR: Could not push back task [11d1b317...
one month ago
Hello Team I am enterprise user Looking for help related to model serving capability I followed the tutorial to create the model , push it to the model regis...
one month ago
Hey everyone! We're excited to announce the launch of our new documentation website ! We've overhauled itm making your experience even smoother and more effi...
one month ago
Hey Guys, noob question/problem ahead, so please forgive me in advance 🫠 Context: I was able to host the ClearML server (web server, file server, API server...
one month ago
my linter (the default vscode python extension) doesn't understand TaskInstance = TypeVar("TaskInstance", bound="Task") . if I type clearml.Task.current_task...
one month ago
has anyone else benchmarked ClearML? I'm seeing catastrophic logging overhead: None for 50 numbers, ClearML's logging takes 3x as long as my entire LLM train...
one month ago
Hi guys, I am trying to upload and serve a pre-existing 3-rdparty PyTorch model inside my ClearML cluster. However, after proceeding with the suggested seque...
one month ago
Hi, i try to execute pipeline with PipelineController and define it like this: pipe = PipelineController( name =config["clear_ml"]["pipeline_name"], project ...
one month ago
Hi, is there a way to wait until a dataset finish uploading before proceed? because I want to upload dataset if it is not already exist and then process the ...
one month ago
Hi, is there anything changed on clearml? I saw the web UI was updated, and after then, I am experiencing package not found issue shown in the log. I have th...
one month ago
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
one month ago
What is the recommended way of passing environment variables to Kubernetes pods executed using ClearML pipelines? I know I could create a “global” Kubernetes...
one month ago
hi, I'm using huggingface trainer, is there a way to capture grad_norm per layer? Thanks!
one month ago
Hello! I am trying to use an early stopping, or pruning mechanism in the hyperparameter optimization. Is there any of those mechanisms with OptimizerOptuna c...
one month ago
Hi, i tried to build my own image and uploaded it to harbor in order to use it as an image for pipelines and tasks, but the tasks didn't use the packages fro...
one month ago
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
one month ago
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
one month ago
Hi folks! I’m looking to migrate a clearml server setup from using local storage to Azure blob storage. I am able to get data to upload to azure, and the cle...
one month ago
Hi everyone! I want to setup uv caching on 1.9.3 agent, but doesnt understand where i should add UV_CACHE_DIR in my clearml config. I have tried several opti...
one month ago
Hi guys, im running into an issue when creating new clearml dataset version. I want to create new version of dataset from a local folder, but I don't want al...
one month ago
Hi, I would like to know from you, maybe someone has encountered the problem that after deploying an agent inside Docker, the launch of the script itself occ...
2 months ago