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
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
2 years 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...
2 years ago
I am playing around with agents on our self-hosted CML. Currently, and I’m having some trouble with the environment configuration. It’s a bit magical which v...
2 years ago
Trying to run AWS autoscaler with poetry queue, and I get: Traceback (most recent call last): File "/root/.local/bin/poetry", line 5, in from poetry.console....
2 years ago
I have question about a situation, when agent is running on a queue, but also we'll use clearml-agent execute --idHow will it work, a) will be run immediatel...
2 years ago
With the Helm charts, what is the recommend way to automate getting an api secret pair for the k8 glue agent so you dont have to go into the UI and generate ...
2 years ago
hello all, I'm trying to download a file hosted in the clearml server and I receive the following error : 2022-12-16 11:52:40,423 - clearml.storage - ERROR -...
2 years ago
Hii everyone! I'm having an issue using an agent without a GPU. I'm using it on docker mode (to allow SSH), I changed the default docker image on the config ...
2 years ago
Hello, we have issues with clearml-agent when using standalone mode. It seems when in standalone mode, the agent wont ever try to clone the repo 😓 it always...
2 years ago