What is the recommended way of passing environment variables to Kubernetes pods executed using ClearML pipelines? I know I could create a “global” Kubernetes...
9 months 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...
9 months 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...
9 months 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 ...
9 months 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...
9 months ago
Hi, i see some strange behavior where the training fails when running on clearml (loss = nan) compared to running w/o clearml. This is entirely reproduceable...
9 months ago
Hello, I wanted to test out clearml and installed the 7.14.2 helm chart. The deployment looks ok. I can access the webui and create workspace API credentials...
9 months ago
Sporadic failure to retrieve Scalars and Console logs. Context: self-hosted in Azure with 2 separate Azure Container App for the UI and API server. ElasticSe...
9 months ago
Hi all. After rebooting the server after "no space on disk" cannot see plots of one of the experiments.
9 months ago
I'm using docker runtime to run clearml-agent. When I enqueue the task through web UI. I am getting errors related to invalid git credentials. How do I make ...
9 months ago
Hi, I'm trying to use ClearML pipelines, but some of my components need to have some env variables defined. I can't seem to find anything in the documentatio...
9 months ago
Hi, I am wondering after a task submitted to remote server finishing running. Will the docker container / disk space (really I am more interested about the d...
9 months ago
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
9 months ago
Hello community, I'm planning to deploy a self-hosted ClearML server on AWS. Our usage pattern is to run it intensively once a week, with a few additional se...
9 months ago
Hi everyone! I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli? clearml-task...
9 months ago
Is there some limit in the web UI or the configuration for number of debug sample images. Ours seems to never show past 32 images
9 months ago
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
9 months ago
Hello everyone! I need to run the pipeline on schedule. Are there any restrictions on running pipelines through the scheduler? Would hidden project for pipe ...
9 months ago
Within a ClearML task, is it possible to checkout another task code ? Context: I have a bit of a special use-case: we train our model using ClearML. Our code...
9 months ago
Hello! I was wondering if it would be possible to integrate the optuna dashborard in the same run of clearml hyperparameter optimization. Like passing the sq...
9 months ago
Hey, question about the logging of arguments parsed with a clearML task. When I run my experiment and parse an argument called 'train_dataset' with a clearml...
9 months ago
Hi, I installed the open-source version of ClearML but couldn't connect using the admin role. Can you assist me with this? I want to set resource config and ...
9 months ago
Hello everyone, Sorry for bothering on the weekend but I have some questions regarding ClearML that I would like to know to decide whether or not ClearML wou...
9 months 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...
9 months ago
Hi , I am new to clearml , I am trying to create a pipeline that have multiple steps that run inside a gitlab repo , so i pass it add_function_step with a to...
9 months ago
does anyone have experience with integrating clearml and slurm? if so, what pattern did you use? (did you submit tasks and just use clearml as tracker, or di...
9 months ago
Hi, I've been trying to get familiar with clearml and to that end I've been working on getting the catboost example ( clearml/examples/frameworks/catboost/ca...
9 months ago
Hi, I have a self-hosted ClearML server. How do I change the default path /opt/clearml/data/fileserver to a different path like a mounted disk?
9 months ago
Hello, I've set up an HPO where I upload child task artifacts to the optimizer task. However, the last child task is not logged in the optimizer in the UI, e...
9 months ago
Hey all, very new to clearML! I am trying to design an HPO setup using the optuna configuration, and I'm working on getting my template trainer set up. The i...
9 months ago