I was working with pipelines and just wanted to know if using clearml data is a better way to store any task outputs compared to artifacts. Also for example ...
3 months 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...
3 months ago
I want to run clearml sdk to create task (without running it) and upload artifact in a container. I have code to pull clearml API key from Azure Keyvault and...
3 months ago
Hey! does the SDK have default timeout, in case endpoint is not available or credentials are not valid? getting this warning messages, SDK fails to communica...
3 months ago
Hi! How can I correctly export data (datasets, artifacts, etc.) from one ClearML server docker compose ( local file servrer) to another Clear ML server docke...
3 months ago
Hi guys, I’m trying to deploy ClearML to K8s. When I try to execute a pipeline (from the examples) on a remote worker, I get an "aborted" run status and see ...
3 months ago
Hi! I am running a clearml task. It is training a transformer model using huggingface. I have disabled all callbacks from the trainer, and in the task.init h...
3 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...
3 months ago
Hi, I'm using fractional gpu container, but I can't profile any thing, the nsys says only "Segmentation fault (core dumped)" Can you guys help me and do you ...
3 months ago
Hi! maybe I am missing something, but I see how I can switch between log/linear y scale, but how can I also set the x-axis as log-scale?
3 months ago
Hey everyone is there an option in the UI/Scalars Wizard to have metrics aggregated into single graph, e.g the ability to see loss metric in eval and train o...
3 months ago
Hi, I'm using open source on prem clearml, I tried to disable the check_for_updates so it will stop appending the new version message on each new task: CLEAR...
3 months ago
Hi, I am having trouble getting the SDK to connect to S3 properly. I can run my clearml dataset operations properly using the CLI, but when I try to use the ...
3 months ago
Hi. I am facing issue while building the dlib wheel as per the requirements of a task. i have created a custom docker image and tried installing dlib in it a...
3 months ago
Hi, I have a problem of showing images and artifacts in the web ui. we get Unauthorized (401) when loading the plot page of a task. It almost like this issue...
3 months ago
Hi, I'm using PipelineController to launch remote pipelines from a local orchestration script. For each input file, I create a pipeline like this sequentiall...
3 months ago
Hi... Loving ClearML On-prem! But... it is starting to grow to large DB sizes, especially the Elastic DB. Is there any way to understand which Tasks/Projects...
3 months ago
Hi everyone, what is the best way to setup the environment in a ClearML task directly from the repo I'm cloning from? I'd like to run the following bash comm...
3 months ago
Hi there, I am trying to setup clearml to use uv as I am switching from pip to uv. I am now blocked by the following issue: clearml-agent won't pass the args...
3 months ago
Does clearml provide a feature store or integrate with external feature stores like feast?
3 months ago
A question regarding using clearml-agent with k8s clusters. We use ClearML pipelines to train our models. The pods sometimes fail due to intermittent failure...
4 months ago
Hello, all! I've created a feature request ticket ( None ) after I was surprised to find no previous mentions of this: Extending Task.init() behavior from tr...
4 months ago
are there any other ways to study clearml (specifically clearml-serving) other then the official documentation and the youtube video by the official channel
4 months ago
We have this issue with our OSS deployment: one Azure Container App for web server and one Azure Container App for api server . The issue: the console log do...
4 months ago
Is there anyway to change the workspace owner in the free tier of the hosted web app? I signed up for the free tier, invited two of my colleagues and we now ...
4 months ago
hi! could someone clarify if there is a way to get the credentials without going to the UI -> "Workspace" and click "Create new credentials" and use the valu...
4 months ago
Issue with self-hosted ClearML & clearml-serving: "Model Endpoints" page is empty after deploying an endpoint. Hey community! I've run into an issue with my ...
4 months ago
Hi, I have problem with retrieving models from storage I have following code model = Model(model_id='my_model_id') model.get_local_copy(force_download=True) ...
4 months ago
Hi everyone, I'm wondering if there's an option in ClearML to overlay Plotly figures when comparing tasks — similar to how scalar graphs are shown in the Sca...
4 months ago
Hi everyone, We are using ClearML Kubernetes for some time now with great success. However, stability on our cluster was lacking so we decided to move to a d...
4 months ago