Hi, I'm using Task.register_abort_callback to store the latest model checkpoint, but the ergonomics of the callback feel weird to me. I have to do these work...
one year ago
Hi, I'm working on our ML project using ClearML for pipeline management. I have a separate function for data preparation that I'd like to use in the ClearML ...
one year ago
Hello, Is it possible to upload artifacts using the REST API? It seems like None only lets you set metadata but not the actual content of the artifacts?
one year ago
Hi, can Clearml run docker container on agent without specifying script path? Because my main.py script is already inside docker image and I can't run clearm...
one year ago
Hi, am working on a project with ClearML SDK. Does anyone know how to link ClearML datasets to an experiment? I cannot find it in the ClearML SDK documentati...
one year ago
Guys, when you build k8s glue from this path None which build folder do you use? I want to update clearml-agent-k8s-base:1.24-21 which is stored in Helm Chart
one year ago
Do you know how to pass args to python script through clearml-task without --args? Because I am using "click" library for parsing args and when I write clear...
one year ago
Ahoy! What happened to Genesis Cloud integration in ClearML? Namely, there used to be something that allows spinning up Genesis Cloud GPU instances directly ...
one year ago
Hey ClearML experts does anyone working example how can use the sdk to delete tasks, where tasks i'ds will come from static list of id's I'm generating a jso...
one year ago
Hey, when we change in our clearml conf local cache to our mounted NAS drive (default_base_dir: "/nfs_client/.clearml/cache") download speed is ~50 times slo...
one year ago
Hi, currently running Dataset.list_datasets() on a giant list of datasets takes a very long time to return the full datasets list. Similarly running Dataset....
one year ago
Hi all, would someone be able to help me understand data security when working with a local ClearML server? I'm working on a project with sensitive data, so ...
one year ago
Hello there! I've come to bargain! So, I noticed that with the REST API at least the /tasks.get_all endpoint appears to have an undocumented maximum page siz...
one year ago
On a separate note, that embed seems to be slightly off with regards to where the link is actually pointing to, which is POST /tasks.get_all so maybe that co...
one year ago
Suppose I managed to discover with the help of one of my colleagues how to get the user ID. I can't seem to be able to find any API for getting user data fro...
one year ago
Hey community. I am new to this ClearML world. I'm having trouble installing the agent in Ubuntu 24.04.1 LTS. It keeps outputting the error: externally-manag...
one year ago
hey, our elastic search just randomly crashed on our self-hosted k8s deployment. On debugging, it looks like indices are corrupt. Any suggestions of how we m...
one year ago
Hi abit of a crazy question... but is it possible to use ClearML in Rust, without writing a wrapper. I noticed the API doesnt cover dataset operations but th...
one year ago
Hello! I know I can get a single reported value using task.get_reported_single_value(name) . Is there anything like this but for a reported plot (table in pa...
one year ago
does anyone have working example of how to properly use pagination with ClearML REST API? I'm trying to use projects.get_all to get an json with all my proje...
one year ago
Hi everyone, I'm quite new to ClearML , just started self-hosting it on our GKE using helm charts( enabled fixed users, using ClusterIP instead of NodePort )...
one year ago
Hey there so a while back we had a problem using Triton in clearml serving. I just recieve 405 errors when calling the Triton endpoint, when using other serv...
one year ago
is there a way to obtain the user id without the REST API? somewhere in the UI that users can obtain this?
one year ago
To continue the above thought, how do I get a user's name from the user's ID, but through the REST API? Specifically I'd like to know how to get this object ...
one year ago
Hi community, is it possible to start two agents on the same machine? If it is, can they read from two different configuration files? How can this be impleme...
one year ago
Hi, I'm trying to setup the Storage (AWS S3) for ALL components of ClearML. I'm deploying ClearML on Kubernetes with the official Helm charts. I can't find a...
one year ago
Hi, I am working in AWS where I have multiple accounts, each one containing its own databases. I want to understand how to set up a ClearML server in one cen...
one year ago
Hi community, I'm installing multiple clearml-agent on some gpu workstations, so I have a question: How can I use the cache of dataset as when I run only 1 c...
one year ago