Hi All, How we can set the openAI key in clearML and how to fetch it run time in our python code?
4 months ago
Hello Everyone, I have an video classification model. I have a lot of metadata about the videos in a csv file, I first preprocess the metadata and in pandas ...
4 months ago
Hey guys, I'm a total newbie when it comes to the world of ML, currently starting a position as DevOps/MLOps in a company that self hosts ClearML on K8S. I h...
4 months ago
I need some help with setting up ClearML agent on Kubernetes. I've got it running, and taking jobs from a queue. However, during the preparation for the job,...
4 months ago
For clearml-agents where does it clone the git repo and can you specify the location somehow?
4 months ago
Hi guys, I recently started working on ClearML. I have a pipeline which has couple of tasks added to it. The pipeline executes and completes as expected when...
4 months ago
hey are there any good books about ClearML someone can suggest?
4 months ago
Hi, having issues uploading a large dataset ~130 GB. It is a single file, the upload gets stuck on compression for hours is there anyway to skip it? Smaller ...
4 months ago
Hi, I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no space left on device , and my docker image is 12GB. I've tested...
4 months ago
Hey! I know it is possible to give an agent extra shell commands to run. Are they run before the repository is cloned or after? I have a local library and wa...
4 months ago
I executed a hyperparameter optimization task, but just one single experiment was performed and nothing. The task wasn't terminated automatically, but still ...
4 months ago
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
4 months ago
Hello! I have an issue on a last-week self-hosted ClearML installation (Server: 1.16.0-494): after starting containers with docker compose everything goes we...
4 months ago
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
4 months ago
Hi, I'm trying to optimize hyperparameters for yolov5 model, but I'm getting this error. Could anyone help me resolve this issue? [W 2024-07-10 10:11:52,691]...
4 months ago
Hey! I have very strange problem. I had pipeline created from tasks. Everything works well! I wanted to refactor code to be able to create pipeline from pyth...
4 months ago
hello! basic ClearML Pipeline question here. let's say I've declared pipeline like so: pipe = PipelineController( project="Stevens AutoScan", name="Dataset F...
4 months ago
Hello, I'm trying to spin up agents thru systemd service, but it's failing:
4 months ago
Hi, I've noticed that in a few experiments that got stuck with no indication that something went wrong and it kept on "running" until i manually aborted the ...
4 months ago
How does ClearML handle running jobs while server is down? We saw some mismatches between what ClearML logged with the actual iteration, in time periods whil...
4 months ago
Is there any known issue in pipeline decorator where lambda function call another function(say xyz ) and during pipeline execution, error is thrown that xyz ...
4 months ago
👋 Hi everyone! I have the following question, I want to run this docker image: davidnet/tpu-examples:gpuv3 How do I do it in ClearML ?
4 months ago
👋 Hi everyone! Is it possible to read data directly from server w/o using get_local_copy()?
4 months ago
Hi. I'm using clearml agent 1.16.1 My code is running a multi-process pool with "spawn" (see here for why) from multiprocessing import get_context ... with g...
4 months ago
hey is there a way for one to extend ClearML somehow? We have some custom evaluations we want to do and our ideal scenario would be to do them within ClearML...
4 months ago
Hi When I am using ClearML for checking the performance of my LLM will I be able to see the time an agent will be using for a particular task to execute in a...
4 months ago
Hi guys, are there any ways to suppress ClearML’s console messages? I’m not interested in messages like this, especially about uploading models. I tried some...
4 months ago
How do I ensure that if there is any error in a Task, then the state is set to "Failed"? At the moment, when I get errors, the task is still just marked as "...
4 months ago
Hello, I am currently trying to install unsloth on my ClearML agent. However after trying many different approaches, there seems to be an issue with installi...
4 months ago