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: ...
one year 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...
one year 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...
one year 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...
one year 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...
one year ago
I am trying to run one agent on my local machine and one agent on a VM
one year 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...
one year ago
I am running the agent in my local machine
one year 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...
one year 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...
one year 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 ...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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....
one year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year ago
Is there an option to use clearML agent with 2FA logging for github user ?
one year ago
Hi, Someone faced this issue? graphviz.backend.execute.ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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 ...
one year ago
Hi everyone! Small question - is it possible to associate an agent to a specific CPU?
one year ago