hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
2 years ago
Hi! Is there a way to connect multiple S3 storages to ClearML? As far as I understand, I can only specify one set of S3 credentials in clearml.conf
2 years ago
how to make sure that clearml agents are running queue after server restart? Sometimes our worker dies and we manually have to run settuping for queue, we ru...
2 years ago
My other issue is that if I want to compare two experiments the scalar plots do not load ( loading forever ). If I select to show only the minimum values tha...
2 years ago
Hello everyone, thanks for the fruitful conversations! I am trying to run a worker and a queue on a locally hosted clearml server. But we I enqueue an experi...
2 years ago
clearnl failed to detect custom packages livsdk installed from git. I have a dev venv where I start initial clearml task. In this dev venv, I have custom pac...
2 years ago
Is there a way to tell the agent to use a specific venv pre installed ? Like the one already installed in the developer PC and the agent is running inside th...
2 years ago
Hello, I have an issue with self hosted clearml server, everything was running find but since today i get the following error: clearml.Metrics - ERROR - Acti...
2 years ago
Hi all, I just installed a self-hosted version of clearml using helm. After restarting the laptop the app was failing because it had no permissions to write ...
2 years ago
***** solved ***** it appears that ClearML hasn't automatically captured the requirements.txt file in the cloned repository. adding the following line of cod...
2 years ago
Hi community 🙂 , After installing and deploying allegroai/clearml-serving helm chart. using serving base url and also other endpoint of model we add using: ...
2 years ago
Hi community! This is my first time using clearml. When running a training session in vscode using yolov8, I get the following errors: 2023-08-12 15:43:19,83...
2 years ago
Hi everyone, In the clearml agent, I use the poetry package manager. By default, poetry install is executed in the main directory. Can the agent be set up so...
2 years ago
Hello all! Does anyone know what that specific API endpoint is for login authentication? I have reffered to this documentation and I am trying to curl ClearM...
2 years ago
Hi community! I'm trying to set up a GCP Autoscaler using the following machine image / docker container: - machine image : projects/ml-images/global/images/...
2 years ago
Hello all! please tell me how to make it so that clearml does not write new tqdm updates every 20 seconds from a new line? as a result, the logs of one launc...
2 years ago
Hi all, in a Pipeline if I had a step that failed and i reset the step and ran it and it finished successfully, I noticed in the WebUI of pipelines it doesn'...
2 years ago
Hi everyone, I had a question (and possibly a suggestion) for the ClearML SDK - is there any reason why JAX is not yet listed under the set of " Integrations...
2 years ago
Hi community 🙂 I have a question with the Agent. I have a docker image that already contains everything for a task to run. To start the Task, all it would n...
2 years ago
I setup a dedicated mongo instance with a clearml database but after starting the api server it created a test database - how do I configure clearml to use a...
2 years ago
Hi! What could the error when running Clone be related to? The experiment was created in Google Colab. It was launched before without errors.
2 years ago
Hi all, I’m trying to work out how to reduce the amount of space taken up by old tasks on our self hosted server. I’ve deleted about 400 tasks (200 or so wer...
2 years ago
hello, is there any hope to use clearml-serving without the clearml server? The tutorial and docs make it seem like it's required but I wanted to check to be...
2 years ago
Hey there!I’m trying to build a pipeline with the help of decorators. I have a one-step pipeline, and the step is imported from a different pipeline, marked ...
2 years ago
When I run multiple tasks simultaneously in the same projects locally, if one task finishes before others, the other tasks are gonna be automatically termina...
2 years ago
Hi, When I run expermint on my PC, I see scalar results and iteration numbers, working perfectly. But running the experiment remotely on a k8s-glue agent giv...
2 years ago
Hi, it would be great if the dashboard would be also a mobile optimized. Often I would like to check the experiment from my mobile on the road but it is real...
2 years ago
Hey ClearML community. A while back I was asking how one can perform inference on a video with clearml-serving, which includes an ensemble, preprocessing, an...
2 years ago