clearml-agent
                                
                                 clearml-agent copied to clipboard
                                
                                    clearml-agent copied to clipboard
                            
                            
                            
                        ClearML Agent - ML-Ops made easy. ML-Ops scheduler & orchestration solution
Running clearml-agent in docker mode does not produce debug logs. `agent.debug = true` is set in clearml.conf An agent started with the following produces DEBUG output: `clearml-agent --debug daemon --queue...
Hi, thanks for ClearML, it's awesome. I orchestrate my containers on a single server using podman (managed with systemd units, with all stuff in zfs datasets). It works great. I'll...
We are trying to enqueue a clearml task that uses torch. `clearml-agent daemon --queue GPU --foreground` Environment - python 3.10.6 - CUDA 11.8 - cuDNN 8.6 - ClearML agent 1.5.2...
## Test Environment - ClearML-Agent version: 1.5.3rc2 (also tested with v1.5.2) - Operating System: Windows 11 - Python version: 3.7.9 - Dependencies: - clearml==1.5.3 - other dependencies specific to your...
From what I understood so far: 1. the "docker mode" via K8s siblings allows users to change the default container image depending on their needs and avoids ClearML from creating...
We are using clearml-agents with poetry as dependency manager, but the agent does not reuse task environment between task execution, as it does when using pip. Telling poetry to place...
``` • Installing six (1.16.0) 1678971772308 xyz DEBUG DBusErrorResponse [org.freedesktop.DBus.Error.UnknownMethod] ('No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/secrets/collection/login',) at ~/.pyenv/versions/3.7.16/envs/clearml_ops/lib/python3.7/site-packages/secretstorage/util.py:48 in send_and_get_reply 44│ def send_and_get_reply(self, msg: Message) -> Any:...
When using the following config, where both the api and the web server are on https, the agent gives 0 output, no errors, nothing. Even when doing `--foreground` and running...
Hi, I've been using ClearML and I've been tracking my yolov8 trainings which were carried out locally. To do so, I build an API with Fast API which can launch...
See [detailed Slack thread](https://clearml.slack.com/archives/CTK20V944/p1671718837443019). The tldr is that, at least when running as an autoscaler, the clearml-agent fails with poetry as the package manager with the following error: ``` Traceback...