Hi community! I have difficulty using Clearml pipeline. I am writing the code using the pipeline decorator, but the pipeline does not work with the following...
2 years ago
Sorry for always posting such cryptic problems. I managed to create a docker-compose file that runs ClearML and it sets up 2 agents, one on the services queu...
2 years ago
Hi community! I'm facing an issue with a self-hosted ClearML server. I modified the docker-compose file so to have all the volumes mounted in a specific loca...
2 years ago
Hi, I have a question about the Pipeline, especially about the parallelism part. We are considering implementing a use case and are interested in knowing whe...
2 years ago
Hello everyone, Context: I am currently facing a headache-inducing issue regarding the integration of flash attention V2 for LLM training. I am running a pyt...
2 years ago
Hi, is it feasible to run hyperparameter optimization while in offline mode? Specifically, can I perform hyperparameter optimization for an offline base task...
2 years ago
Hi everyone, I'm using a self-hosted ClearML server and I added a small nginx-reverse proxy to sit in front of the fileserver so at least there's some level ...
2 years ago
Hello everyone, I wanted to use clearml on my project and liked it a lot. I get everything on the system, however, Couldn't come up with debug samples and pl...
2 years ago
Hello, I got this message error - failed logging task to backend (1 lines, <400/68: events.add_batch/v1.0 (The usage quota was exceeded: type=metrics_storage...
2 years ago
Is there a way to configure a clearml-agent so that it shutdown the server after it has been idle for a certain time period? We are using GPU resources from ...
2 years ago
Hi community, I want to get the list of available worker-queues in my pyhton API. Based on the SDK documentation I cannot find a implemented way expect using...
2 years ago
Hi everyone. Please tell me how I can rename the task so that it appears the same in the UI? CLF Datasets: Main - original name of task, but I tried to chang...
2 years ago
Working on the VS Code extension. Pretty stumped on this one...
2 years ago
Hi, I have a question around the storage of credentials for the open-source version of ClearML. I see from the documentation that the hashed passwords for we...
2 years ago
Hi, I have a question about Pipeline from tasks . For one step in Pipeline from task , if the task of this step has multiple versions (experiments), which ha...
2 years ago
Hi All, trying to run some hp tuning tasks, for some reason (and even tho i deliberately state before any task is initialised to use a specific requirements ...
2 years ago
Hi everyone. How can I get metadata for datasets from an entire project? I see the opportunity to work with only one dataset
2 years ago
Hello, I would like to understand better metrics storage since I reach 1Go very quickly with just 4-5 trainings. I am using torch and lightning with the defa...
2 years ago
Hi all. What is the most straightforward way to download all experiment-related data (configs, scalars, debug samples etc.) for one experiment from ClearML s...
2 years ago
Hello ! I am wondering about how pipelines are displayed in projects view in Clear ML Ui, seems that there is a separate folder for a pipeline, but its invis...
2 years ago
Whelp. Here's our hackathon demo submission for a ClearML VS Code extension @<1523701205467926528:profile|AgitatedDove14> and @<1523701087100473344:profile|S...
2 years ago
Hi everyone! Is there a way I can get Task.get_task() to work without using task_id when running tasks as a pipeline ? Im trying to access old pipeline runs/...
2 years ago
For ClearML serving, if I am trying to deploy 100 models on a GPU that can handle 5 concurrently, but each one will be sporadically used (fine tuned models t...
2 years ago
If anyone wants to join remotely, there’s a remote-first AI/ML hackathon happening tomorrow. Some of the details are out of date right now—I’ll have this pag...
2 years ago
Hello All! New to ClearML and has been an amazing experience using it so far! I have been trying to add one of my in-house ubuntu servers as a node using cle...
2 years ago
Hello! I have a small question regarding storage data retrieval with ClearML 😉 Context: My team uploads thousands of data samples for training as one ClearM...
2 years ago
Hi there! I had a question regarding batch inference with clearml. I would like to serve a model using an inference task (containing the model and the code t...
2 years ago
We do want to have control which files are logged in the model registry. There is such option in Task.init(), auto_connect_frameworks=False or injecting a di...
2 years ago