Hi everyone! I try to run Pytorch Lightning code on SLURM with srun script like this ( https://pytorch-lightning.readthedocs.io/en/1.2.10/clouds/slurm.html )...
one year ago
Hi, in your latest changelog. There's a new function. Task.launch_multi_node() for distributed experiment execution In the context of using with K8S glue, wi...
one year ago
Hi, what is the expect input of the series parameter of the logger.report_line_plot function? I am passing list of two lists (like [[1,2,3], [4,5,6]] ) to pl...
one year ago
Hi, I wrote a pipeline of two steps. - train - convertIf I attach a model as OutputModel to the first task, the model is visible to the second step. Whereas ...
one year ago
Hello, Got a simple pipeline with 2 tasks, first task is the parent of the second one. Until recently everything worked fine. We updated agent versions and n...
one year ago
Hello everyone @<1574207105437536256:profile|HungryCat90> ! I am running a self-hosted clearml-server and I am having trouble in cloning sub-packages of a mo...
one year ago
Question about the task and queue in the clearml SDK. There are three machine, machine A(running the clearml server), machine B (Linux, target machine to run...
one year ago
Is it possible to run in offline mode and still save the machine monitoring metrics? By default it is monitored for me in online mode but not in offline mode.
one year ago
Hi, clearml stores models in the following format: / / ./ models / Is it possible to change this format ?
one year ago
Is there an official place to report bugs and add feature requests for the app.clear.ml website?
one year ago
Can someone enlighten me about how ClearML supports compliances and prevents a 3rd party LLM like OpenAI GPT-4 from viewing the sensitive information within ...
one year ago
hi, Is there a way to move existing pipelines between projects? Use case: I want to utilize the new pipeline grouping option and view them by project name. T...
one year ago
Is it necessary to serve keras model using triton engine? I'm trying to serve an endpoint, and trying to debug, but the error given not helping much. Is ther...
one year ago
I am creating clearml tasks using clearml.Task.init, for some reason clearml started reusing (and overwriting) old tasks, previously it did not do so. ClearM...
one year ago
Can you help me make the case for ClearML pipelines/tasks vs Metaflow? Context within...
one year ago
error is root@e0d3dd2e3066:/app# python3 pipeline_from_decorator.py Traceback (most recent call last): File "pipeline_from_decorator.py", line 116, in execut...
one year ago
this is my dockerfile
one year ago
FROM ubuntu:20.04 # Update package lists RUN apt-get update # Install Python and pip RUN apt-get install -y python3 python3-pip # Install ClearML Agent RUN p...
one year ago
i wanna run my python code using docker conatiner but its failing, is someone can help. it will be great
one year ago
Hi, is there a way to get the quota used by each task? My "metrics" quota is filling up very quickly and I would like to understand what's causing it.
one year ago
hey I wanna know what's this sysntax is? ${random_model_%i.id}
one year ago
How can I stop clearml from uploading temporary models? I am running cross_validation, training a bunch of models in a loop like this: models = [] for X_trai...
one year ago
Hey folks, probably asking a loaded question here, but what does a CI/CD pipeline with ClearML being used simultaneously look like? If I am using Github acti...
one year ago
Hello, I want to set up clean up services for our a self-hosted clearml (I used AWS AMI to spin up a server). On what machine is it best practice to run the ...
one year ago
Hello all. I'm generating an OutputModel in one task and using it as an InputModel for another task. Since there's already a timestamp on the model creation ...
one year ago
Is there any options to add env when installing clearml-serving using helm chart ? I have to add CLEARML_API_DEFAULT_REQ_METHOD=“post” to clearml-serving-inf...
one year ago
Hello, I don't really like the idea of providing my own github credentials to the ClearML agent. We have a local ClearML deployment. Is there a way to: - for...
one year ago
where I can find logs of clearML server which should go into ELK (elastic search ) for security.
one year ago
does clearml-serving support mms(multi-model-serving) like seldon deploy? mms: serving multiple model in the same container
one year ago
Hey I have a question, Can you monitor the time for one pipeline, I want to observe how much time does my training task take when I run it through the pipeline.
one year ago