stephanbertl
stephanbertl
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
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...
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...
We have Ubuntu 22.04 k8s nodes with ipv6 disabled in the kernel options. clearml cannot start on these nodes. Pods are crashing: ``` kubectl logs clearml-webserver-75bbc647d-zkdlf -n clearml Defaulted container...
I am running the gradio web UI 0.2.36 in a air-gapped Kubernetes cluster. Gradio app cannot start. **Version 0.2.34 used to work without issues.** I tried the following: - setting...
Add the option to send exit-on-error parameter to tritonserver. Setting this to false prevents single models breaking a whole tritonserver instance. Fixes allegroai/clearml-serving#60
We have setup clearml serving on Kubernetes including triton support. Our triton instance has no GPU, so deploying a model leads to the following error in the triton instance: `E0718...
My clearml serving deployment is stuck. No models are registered, ``` clearml-serving --id 7303713271b941f7a0b45760d45208dd model list clearml-serving - CLI for launching ClearML serving engine List model serving and endpoints, control...
…. It needs to be put at pod spec level. **What this PR does / why we need it**: **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](https://github.com/allegroai/clearml-helm-charts/blob/main/CONTRIBUTING.md#pull-requests) guide (**required**) - [x] Verify...