Hello all, Does anyone know how to change the ID of a running agent? Or create an agent with a predetermined ID?
2 years ago
Hi, my agent is running on a docker (when i invoke clearml-agent i pass --docker ). i would like to pass arguments to the docker. searching this channel, i f...
2 years ago
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...
2 years ago
Hello Community, Can I run multiple clearml agent from one machine??
2 years 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...
2 years 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...
2 years 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 ...
2 years 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...
2 years 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)?
2 years 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...
2 years 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...
2 years 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...
2 years 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...
2 years 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...
2 years ago
Is it possible to force the clearml agent to easily not install anything in venv?
2 years 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...
2 years 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...
2 years 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...
2 years 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...
2 years 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...
2 years 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 ...
2 years 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 ...
2 years 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...
2 years 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...
2 years 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...
2 years 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 ...
2 years 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...
2 years 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...
2 years ago