Hi Team, to deploy clearml-agent on a Debian 12 server, the python environment of which is managed externally nowadays, it is not possible to just execute pi...
28 days ago
I was thinking maybe I can install pyenv and use that to set the default python version on the server; this way we can install a new python and use pip as us...
28 days ago
I've managed to spin up a worker on the default queue with pyenv , seems all good.
28 days ago
Hey everyone, a quick question, is there a way to change a user's name and login in local ClearML server instance?
one month ago
Hi Guys, I have a new question related to TriggerScheduler. I am seeing very erratic behavior on datasets triggers. I ahve a Cron scheduler that creates a da...
one month ago
Hi is there any way to store large model weights in s3 but still using the model directory in clearml (just like how we store datasets in s3 in clearml), as ...
one month ago
Hi ClearML Team, First of all, thank you for the great work on ClearML! I’m using clearml-session to launch a remote development environment, and I’ve run in...
one month ago
Hey, is there a way to export the task data from ClearML PRO? I found None . but this seems to only be for self hosted versions?
one month ago
Hi ClearML Team, may I ask do I have to start an agent on services mode solely to listen to the queue or not if I am running on ClearML hosted server (Pro Ti...
one month ago
Hi, i want to start a normal standalone (C++) executable in a container using clearml? How can i skip all apt-install / pip install steps. The container is a...
one month ago
Hello ClearML team, Hello ClearML users! We’ve encountered an issue with a disappearing artifact in one of our pipelines. Specifically, we have an artifact f...
one month ago
Hi ClearML community! I have a question how and where do i setup max number of workers per clearml Agent? Agent is running by kubernetes. None --services-mod...
2 months ago
Hi everyone! Are there any options to disable deletion of published models in ClearML Server?
one month ago
I'm currently trying to setup GCP autoscaler and having some issues. I have setup the permissions of the GCP service account credentials file according to th...
one month ago
Hi all. I am having trouble using ssh authentication for git when running a task remotely. As I understant here is what happens: -In my own computer I have m...
one month ago
Hi everyone, I have an issue with clearml-agent v2.0 where agent tasks won't pick up cmd arguments from ArgumentParser. The arguments are there in the task c...
one month ago
Hi all, I'm trying to run tasks in the Autoscaler using my docker image that sits in AWS ECR, and I'm having authentication credentials issues. I want to clo...
one month ago
Hi all! I want to run an agent with GPU support, so I need Docker mode. In my environment, which is quite restricted, only Podman is available for managing c...
one month ago
Hello! It's my second time trying ClearML - hoping this time I will succeed 🙌 I've trained a simple random forest model and uploaded it to clearml-serving e...
2 months ago
How to run the scripts to make clearML agent pass the CORRECT repo and branch?
one month ago
Hey everyone looking to get some input how ClearML server set tasks status how does server differentiate between tasks in different states: stopped , failed ...
one month ago
Hello ClearML community - I may have smth easy to confirm as a bug or get a simple resolve: executing the sample None on None renders the 3d plots but their ...
one month ago
Is there a way to fail early if a task in a k8s pipeline references a queue that doesn't actually exist? We've had this happen by accident (typo), the pipeli...
2 months ago
I saw the clear agent is running, but my task shows pending. What is the problem
2 months ago
Hi All! I'm trying to easily show and query (with SQL) Parquet files stored by ClearML in an S3 storage. I've tried to integrate DuckDB, but for large chunke...
2 months ago
Hello, Have been trying for a long time to make a task that collect a dataset from cvat and trains a yolo modell in clearml. But cannot figure it out and get...
2 months ago
btw, im trying to learn 🙂 I also created this: import os import sys import torch import torch.onnx import traceback from pathlib import Path import json # I...
2 months ago
Hi I'm running an HPO service but getting Task Failed: Stopping Task (4) with no error logs. In this example he says it's related to .ssh but I'm not sure wh...
2 months ago
Hi, when downloading datasets using the Python SDK on a runner initiated using execute_remotely , I get this issue: Traceback (most recent call last): File "...
2 months ago