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
Is there any way of passing additional parameters to pip in clearml-agent? For example, when you install torch_scatter in Ubuntu 20.04, you typically get an ...
one year ago
I am trying to run one agent on my local machine and one agent on a VM
one year ago
Can we use two agents on two different machines?
one year ago
Hi community! I have a question regarding using Docker containers with Conda. We have created a Docker image where all the required Python modules are instal...
one year ago
Hi everyone, we're taking a look at ClearML and running our first examples. We started a server on GCP from docker images and currently trying do create my f...
one year ago
Has anyone ran into the following error while running the clearml-serving-inference docker container after entering all the correct credentials? Temporary fa...
one year ago
If my task is derived from a jupyter notebook: In the base mode, it seems like there is a bunch of stuff automatically set up to give me an “artifact” saved ...
one year ago
Hello everybody, is it possible to download my python code from clearml server?
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
Hello, we are evaluating ClearML currently and had a question about the Agent’s Docker mode. - Is there a way to enable the Docker mode when installing Clear...
one year ago
out of a sudden without any trigger, our ClearML server ( version 1.13.0-373 ) showing only tasks/projects that belongs to logged-in user e.g if a user don't...
one year ago
Hello, I am trying to setup clearml-serving and I am running into issues. I am following the set-up tutorial to a T and yet I can't get it to work. I install...
one year ago
Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook ...
one year ago
I am running the agent in my local machine
one year ago
does clearml creates separate virtual environments for each pipeline steps when running remotely?
one year ago
After I finish training a model, I want to call logger.report_scalars to help monitor inferencing status (we do a lot of batch) but after the model finishes ...
one year ago
Can I use “autoscaler” to go from 0->1 agent? i.e. 1 queue for tasks, start 1 machine, process everything to completion, then shut down?
one year ago
Hi, quick questions: - Do you think it is good idea to have two different clearml servers - one per dev environment and one per production environment? - Do ...
one year ago
Hi, I want to build a server in the component of pipeline and send request to this server from another component in same pipeline. I get static ip from DAG b...
one year ago
Hi, there! After running a Task in ClearML, how can I use the API to get the best performing output model for that task? I came across this Stack Overflow po...
one year ago
Hi, can’t i embed scalars to notion using clearml sdk?
one year ago
Hi, is there a way to list all agents running in a host, I do not find relevant one in clearml-agent -h.
one year ago
I am using clearml free saas. I have a task "MyTask" of type "data_processing" in project "MyProject" which uploads a dataset in the end of its execution. Fo...
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
I'm seeing very high CPU usage by idle clearml-agents. Any idea why?
one year ago
Hi all! I am currently using a self-hosted ClearML server and was looking to integrate the ClearML Agent to make better usage of our HPC resources with GPU a...
one year ago
Hey everybody - I am using the PipelineController with add_function_step to add different step to the pipeline. Is there a way to specify a callback upon an ...
one year ago
Hi did anyone encounter gpu monitoring failed getting GPU reading, switching off GPU monitoring error on remote task pod? I am on latest sdk and clearml serv...
one year ago