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 ...
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
Hi everyone! Small question - is it possible to associate an agent to a specific CPU?
2 years ago
How to apply agent configuration (i.e. clearml.conf) to agent-services in the docker-compose file?
2 years ago
Hi all, I am trying to understand how the communication between ClearML Server and ClearML Agent takes place and what all ports/protocols are involved, if bo...
2 years ago
Hi all, I'm trying to setup a pipeline based on the asteroid_example( None ) by @<1523701118159294464:profile|ExasperatedCrab78> . The tasks run fine when ex...
2 years ago
Hi, I am running clearml agent using SDK. When I run a remote job on this clearml agent, the venv setup is totally based on my requirements.txt instead of ad...
2 years ago
Hi all, I'm having an issue running clearml-agent in docker mode. When enqueuing a task to the docker agent I get the following error: error: could not write...
2 years ago
Hey everyone, We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a diffe...
2 years ago
[Auto scaler / API client does not see tasks in queue] We had used the AWS auto scaler (based on the aws_autoscaler.py script in the repo) and it worked grea...
2 years ago