Hi, I would like to know if it's possible to predefine queues in the k8s helm chart for the server
3 months ago
i dont exactly know how to ask for help on this... nor have a reproducible minimal example... I downgraded back to 1.15.1 from 1.16.2 and have the same issue...
3 months ago
Is there any way to get value of step parameter/function kwarg? This is from documentation, but didn't manage to get value. pipe.add_function_step( name='ste...
3 months ago
Hi All, I have become a big fan of ClearML by now 🙂 Big shoutout to clearML team for creating such a wonderful interface. I still keep getting one question ...
3 months ago
Hi Everyone, I am new to clearml and am trying to use clearml agent with a docker image for run a pipeline remotely. My agent is running and it is able to pi...
3 months ago
Hello everyone, is there a way to download the ClearML documentation without having to scrape the pages? Thank you very much.
3 months ago
Hi, everyone. If I am self-hosting my ClearML in EC2, do I get to have the autoscaler feature, or do I still need to get the Pro version to have access to th...
3 months ago
Hi everyone, I'm trying to deploy my first ClearML pipeline with a configuration for logging and caching to avoid repeating already computed steps. However, ...
3 months ago
Hi All, It seems after sync command, finalize is not working: Please let me know if I am missing anything. op = dso.sync_folder(local_path="./data",verbose=T...
3 months ago
Hi! We are self-hosting ClearML on Kubernetes (installed using Helm chart v7.11.0). We are unable to download model artifacts from the ClearML UI. The downlo...
3 months ago
Hi folks. I've installed ClearML on k8s cluster using helm chart 7.11.0, if it matters. When I trying to create "APP CREDENTIALS" from workspace settings and...
3 months ago
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
3 months ago
Hi everyone, I'm having trouble setting my output_uri such that my model checkpoints are saved outside of the venv and accessible via id or for download. Im ...
3 months ago
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
3 months ago
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
3 months ago
Hi community :) I'm new to ClearML and seeking advice on best practices for managing datasets. I have two types of datasets: (1) PDFs (2) Tabular data stored...
3 months ago
Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (versi...
3 months ago
Hi! I am currently testing the function of tags, using dataset.add_tag(). Why do tags only show on a version level, but not on the dataset-level? (see images...
3 months ago
Hello Folks! I've deployed ClearML, helm chart version 7.11.1 , on a k8s cluster. I've created ingresses for all three api , web and file servers. I'm trying...
3 months ago
Hi, I have been testing ClearML and checking if it is a good fit for the use case that I have in hand. everything is quite good so far but I have a question ...
3 months ago
Hi! When deleting datasets with the code: Dataset.delete(dataset_id = dataset_id, delete_files=False, delete_external_files=False, force=True, entire_dataset...
3 months ago
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
3 months ago
Is it possible to upload a hyperdataset? Or can we only upload datasts
4 months ago
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
4 months ago
any tips on debugging worker graphs not showing up? seems to be some js errors in the console that may be related. running localhost against 1.16.1 images
4 months ago
Could I get some feedback from people with experience using ClearML pipelines on the best way to handle caching? My team is working on configuring ClearML Pi...
4 months ago
I am trying to do some hyperparameter optimization using a script and have closely followed the example on Github. I keep getting this warning when using Opt...
4 months ago
Hey, I have pipeline from code, but have problem with caching. Actually clearml didn't cache already executed steps (tried to re-run pipeline from web-ui). D...
4 months ago
hi Team, I am trying to start the clearml with opensearch as backend instead elastic search , when I started the service I am seeing partial web UI as below ...
4 months ago
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
4 months ago