Hi! I'm running a ClearML Task remotely. It runs a Python machine learning evaluation script in repo A. The script depends on a module which is defined in an...
2 years ago
I am getting ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device: '/tmp/pip-unpacked-wheel-fakjd3pf/nvidia/cudnn...
2 years ago
From the python code point of view, how do you detect if it is running locally or via clearml-agent ?
2 years ago
Hi, I am trying to save my trained model weights in S3 bucket instead of using ClearML storage when using clearml-task for ml training remotely. I tried to u...
2 years ago
Is there a guide on how to deploy a services agent on a k8s setup? Specifically, with the CLI we use flags such as --services-mode --cpu-only , and I can’t s...
2 years ago
Has anyone ran into the following error while running the clearml-serving-inference docker container after entering all the correct credentials? Temporary fa...
2 years ago
Hi everyone, is there an option to stop a ClearML agent gracefully, i.e. finish the current task and then, instead of accepting another task for execution st...
2 years ago
After running my pipeline on a GCP VM, I am getting the following error when installing the packages Successfully installed numpy-1.24.1 Torch CUDA 110 index...
2 years ago
Also ubuntu 18.04 is losing support so everything in the image needs an update…
2 years ago
Hi! We are trying to upload datasets to ClearML from Redshift. Is there any direct integration between with Redshift? We would like to avoid downloading the ...
2 years ago
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
2 years ago
On the machine with the clearml server, I started the http pypi server. But the argument for agent.package_manager doesn't work for me. Did I write it correc...
2 years ago
How does Clearml clones the git repo, using HTTPS or SSH?
2 years ago
hi guys, can i check via https if the clearml-agent is on/off? is there port in clearml-agent to interact with clearml-server? TIA
2 years ago
Hi, I want to set up a ClearML server for experiment management and later add clearml-agents. Can I link GPU nodes to the ClearML server later on? What are t...
2 years ago
Hi. Can you point me in a direction of the solution please? We are trying to use spot machines on AWS through autoscaler in ClearML. The problem is we need t...
2 years ago
I am trying to run one agent on my local machine and one agent on a VM
2 years ago
Hi everyone! I am using clearml-serving When I am trying to add new endpoint like this clearml-serving --id <> model add --engine triton --endpoint conformer...
2 years ago
Hi everyone, we're taking a look at ClearML and running our first examples. We started a server on GCP from docker images and currently trying do create my f...
2 years ago
Hi community! I have a question regarding using Docker containers with Conda. We have created a Docker image where all the required Python modules are instal...
2 years ago
Is there any way of passing additional parameters to pip in clearml-agent? For example, when you install torch_scatter in Ubuntu 20.04, you typically get an ...
2 years ago
Hi, I want to build a server in the component of pipeline and send request to this server from another component in same pipeline. I get static ip from DAG b...
2 years ago
If my task is derived from a jupyter notebook: In the base mode, it seems like there is a bunch of stuff automatically set up to give me an “artifact” saved ...
2 years ago
Can we use two agents on two different machines?
2 years ago
Hello everybody, is it possible to download my python code from clearml server?
2 years ago
I'm seeing very high CPU usage by idle clearml-agents. Any idea why?
2 years ago
Hi, quick questions: - Do you think it is good idea to have two different clearml servers - one per dev environment and one per production environment? - Do ...
2 years ago
After I finish training a model, I want to call logger.report_scalars to help monitor inferencing status (we do a lot of batch) but after the model finishes ...
2 years ago
Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook ...
2 years ago
Hello, I am trying to setup clearml-serving and I am running into issues. I am following the set-up tutorial to a T and yet I can't get it to work. I install...
2 years ago