Hello, I'm trying to use the agent to orchestrate tasks - our install is quite complicated and I've wrapped it all up with the code in a docker container; is...
2 years ago
Hi , in clearml how do I configure my agent to launch a job on multiple GPUs? Sometimes I need 2 GPUs and sometimes 4,. Lets say I have 4 gpus on my PC. If I...
2 years ago
Hi good morning ☕ ️ I am running a torch experiment that runs correctly on an agent configured in pip mode. - when I change to poetry mode I get this error: ...
2 years ago
Hi, Is there a way to fully reproduce the experiment environment locally without executing it ? Clearml agent do setup a venv and install all the package, in...
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
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
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
I am trying to run one agent on my local machine and one agent on a VM
2 years ago
I'm trying to spin up a task on an agent and inside the task I have two packages that I've created custom versions of and specified a git repo for in the req...
2 years ago
I am running the agent in my local machine
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
general infrastructure question: my company isn't using AWS for training, we have all our GPU's inhouse in our own servers, we have a problem where we want o...
2 years ago
Hello, I am trying to run a task in an EC2 worker with the respective agent in Docker mode. I am using a custom docker image. The agent is configured to use ...
2 years ago
Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It...
2 years ago
Hi! I am setting up my first ClearML agent (EC2) connecting to my hosted ClearMLServer. I am at the step where I am granting the agent access to github. I am...
2 years ago
Hey, I've spin up a worker using AWS autoscaler in ClearML self hosted server running on Kubernetes. However, I can't find the agent on the workers page. Any...
2 years ago
Hi, I am currently using clearml agent along with a k8s glue container that was installed via Helm in a Kubernetes cluster. I would like to understand the pr...
2 years ago
Hello! I'm trying to figure out how to deploy a scheduled pipeline. I have a sample pipeline here ###------EXAMPLE FROM GITHUB------ from clearml.automation....
2 years ago
Hello I'm running a local agent . While its running the task i get this error. any suggestion? uccessfully installed numpy-1.24.4 Found PyTorch version torch...
2 years ago
Hi, I am running a script from a git repository. in the repository there is a package that i wrote and i would like the script that i am running to be able t...
2 years ago
hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
2 years ago
Is there a way to tell the agent to use a specific venv pre installed ? Like the one already installed in the developer PC and the agent is running inside th...
2 years ago
Hi, When I run expermint on my PC, I see scalar results and iteration numbers, working perfectly. But running the experiment remotely on a k8s-glue agent giv...
2 years ago
Is there an option to use clearML agent with 2FA logging for github user ?
2 years ago
Hi, Someone faced this issue? graphviz.backend.execute.ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your...
2 years ago
Hi everyone, In the clearml agent, I use the poetry package manager. By default, poetry install is executed in the main directory. Can the agent be set up so...
2 years ago
can anyone please help me to understand what i'm missing on how to run an ML experiment using ClearML-Agent deployed in the cluster? Here are the steps I fol...
2 years ago
Hi everybody! I'm running an example pipeline from a web UI. I notice very strange behavior. After the first local run, I can create a NEW RUN and pass initi...
2 years ago
Hi all, I was trying to reduce the amount of logs shown in the cosnole produced by tqdm, so I set console_cr_flush_period: 30 . It works correctly when I run...
2 years ago
Hi everyone! I’ve been using clearml-agent for a while and it’s been great, mostly we’ve been running our tasks in docker mode. Now we need to run a task in ...
2 years ago