Hi, What could be the reason that a Task ran on an agent just stopped updating? the status is still "Running" but it doesn't seems like it. the agent is runn...
one year ago
Hello Community, Can I run multiple clearml agent from one machine??
one year ago
Hi all, I am trying to spin up some AWS autoscaler instances, but I seem to have some issues with the instance creation: 2023-02-23 21:04:29,122 - clearml.Au...
one year ago
Hi all, I try to pass secrets from my local machine to a remote agent. I'm using the clearml-task cli to kickoff my task to a specific queue ( None ) for the...
one year ago
Hi all, I tried to create a AWS autoscaler with a CPU only instance t3.medium , through the web-interface. I get the following error, anything I do wrong to ...
one year ago
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
one year ago
Hi, is there a possibility to switch off the agent just after if finishes current task (not to fail the task, but to wait minimal time)?
one year ago
Hello everyone . I am using clearml-agent daemon . Lets consider following situation: I have my clearml-agent daemon running -> it has some python_binary var...
one year ago
Hello everybody, I have been testing ClearML as an all in one solution for MLOPS in our team. I deployed the CLearML server and everything worked fine 🙂 ! T...
Hi, i'm trying to train YOLO remotely on a agent but in the task console shows up an error saying that the train.yaml is not found. Is it possible to carry o...
one year ago
Hey, guys, are any of your have an experience of configuring ClearML agent to use a custom non-AWS S3 cloud which uses http endpoint. If so, how did you do i...
one year ago
Hi I want to have several boards connected to the same experiment manager, and have agents on the manager using these boards, one agent for each board. I tho...
one year ago
Hello, has anyone know any solutions to this? ImportError: cannot import name '_get_cpp_backtrace' from 'torch._C' (/root/.clearml/venvs-builds/3.8/lib/pytho...
one year ago
Is it possible to force the clearml agent to easily not install anything in venv?
one year ago
Hey, guys! Trying to make ClearML use git repository via ssh. I placed my private key with correct permissions to agent machine. When I run my code I can pas...
one year ago
Is it possible to run multiple agent on EC2 machines started by the Autoscaler? Or have the one agent run multiple Queue jobs at once? E.g. having the Autosc...
one year ago
Hi, I have such a usecase: I have different types of tasks that use GPU: task that uses 1 card task that uses 0.5 of card task that uses [other number] of ca...
one year ago
Hi all, Wanted to know if there’s a way (that’s not a hack) to configure k8s agents to use github deploy keys? As I understand, only user/pass combinations a...
one year ago
Hello, how do i deploy an agent in services-mode in k8s? https://clear.ml/docs/latest/docs/fundamentals/agents_and_queues/#what-is-a-queue:~:text=By%20defaul...
one year ago
Hello, i’m trying to override git_user and git_pass within additionalConfigs in order to clone private repositories from the agent but it’s not working. How ...
one year ago
Hello everyone! Today I found the following challenge. I do run locally the clearML server and the clearML agent. I would like to have the option of running ...
one year ago
Hello, i want to use custom packages in my code.It works fine when i run it locally.But when i clone the experiments and run on agent it shows package not fo...
one year ago
Hi all, I again have a problem which was already reported here. It seems like the agent ignores the reqirements even when I am explicitely adding them by Tas...
one year ago
Hello, I just deployed a clearml-agent into a k8s cluster with minimal custom configuration where a clearml-server is already deployed. The configurations va...
one year ago
Hello everyone - I have installed a new ClearML server, now I want to run my scripts using the 4 GPUs on that server machine. Do I need to install a ClearML ...
one year ago
Hi, how does agent.enable_git_ask_pass works? I am using the clearml-agent in docker mode and my experiment is stuck at downloading a private dependency: Clo...
one year ago
Hello, ClearML! I have a question. My repository (with training code) includes link to another private repository in the requirements. It raises all kinds of...
one year ago
Hi, is there a way to control after how much time an agent that went down is removed from the web-ui? I find the current value too high for my needs
one year ago
Had a few questions about the auto scaler: Is there a way to give instance iam profile to spun up workers (saw the use_iam_instance_profile in the open sourc...
one year ago