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
Hi, is it possible to be able to manupulate not only the body of the retrun of clearml-serving requests. I want to add custom authentication and want to retu...
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 new to ClearML, and I want to give it a go. Does someone have a link to an elaborate tutorial or guide that shows how to set up a ML pipelin...
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
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
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, 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
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 everyone, I’m trying to run a ClearML pipeline. I’m using the " Pipeline from function" script and running it with the ClearML agent. However, the run fai...
one year ago
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
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
Rolling back to 1.15.0 seemed to fix the error for now. Is there something one should be aware of between server versions 1.15 and 1.16 related to versions o...
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
Hi, I am observing a strange behaviour when loading a dataset’s local copy. dataset_path_training = cml_dataset_training.get_local_copy() logger.info(f"Creat...
one year ago
Hi folks, I’m having some trouble getting an a100 instance in GCP. I’m talking with a Google rep and need some info on the GCP autoscaler, can you tell me wh...
one year ago
Hello! Does Clearml support the remote execution some function on agent without executing code locally? I want something like create_function_task().execute_...
one year ago
When using clearml Virtual Environment execution, I'd like to add one of the git folders to the python path as an environment variable. How do I know where t...
one year ago
Hi! While I'm at the office, all works well, but at home I get a lot of timeout warnings while trying to download or save data. I dont think it is related to...
one year ago
Can "clearml-task" not try to download data from "github? I specified --folder and --script, but it automatically detects git credentials and tries to pull t...
one year ago