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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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, 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'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 trying to schedule the tasks execution using clearml.automation.TaskScheduler But the task never starts execution, it always hangs in the ‘pending’ st...
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 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
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
I am noticing that Clearml isn't able to clone a submodule with the error fatal: could not read Username for ' None ': terminal prompts disabled . I have the...
one year ago
Hello, I am having a problem that debug images are not shown after ClearML server migration. I found a solution on this page: https://clear.ml/docs/latest/do...
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
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
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