clearml-agent icon indicating copy to clipboard operation
clearml-agent copied to clipboard

ClearML Agent - ML-Ops made easy. ML-Ops scheduler & orchestration solution

Results 127 clearml-agent issues
Sort by recently updated
recently updated
newest added

After trying to execute a task from the queue the agent fails while executing: ``` Installing collected packages: numpy Successfully installed numpy-1.21.2 Found PyTorch version torch==1.12.0 matching CUDA version 102...

hello ,i have a question about when i excute a task remotely, how can i choose the worker whose listen to the queue? for example, there are 3 worker listen...

Hi. I'm using self-hosted clearml-server and trying to setup clearml-agent on my gpu machine. First, I have a git repository and pushed to self-hosted gitlab server. ``` $ git remote...

I'm getting the following error in my `clearml-agent`: ```python ... [.]$ /home/aurelien/Projects/Delair/AI/autotrain-env/bin/python -u -m autotrain.__main__ model train -p Drone-Detection/Aurelien-Dev Summary - installed python packages: ... Traceback (most recent call last):...

Hello everyone! When using env variable `CLEARML_AGENT_SKIP_PIP_VENV_INSTALL` for `clearml-agent` I guess there's a bug because it is ignored when resetting and equeuing the task again. It works as expected when...

Hello, I would like to ask you, if it's possible to use only the python venv from the docker image passed as argument to `clearml-task` without installing other python packages?...

Is it possible to clone the git (on host) and then mount it in the (customized) docker image?

Hi there, Is there any reason for this upperbound? https://github.com/allegroai/clearml-agent/blob/e3e6a1dda81bee2dd20a64d09746568e415f1823/requirements.txt#L1 Looking at the [release log](https://www.attrs.org/en/stable/changelog.html) I don't think `clearml-agent` will be affected by any of the breaking changes, but I'm...

hi, i ran a small experiment from a conda environment with pytorch == 1.10.1 and then tried to run its exact clone from web ui. When it runs from web...