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

I am running several agents, with each agent assigned one GPU. When an agent is available, it pulls a task from the queue and runs the experiment, which works perfectly....

I have a git repository whose's SSH credentials do not begin with the usual `ssh://git@...`. Instead, it is `ssh://root@git....`. It seems like the agent's behavior to clone repositories using SSH...

I usually use SSH forwarding from host to container as follows: ``` -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ``` However, this seems to conflict with the current way of mounting the `.ssh`...

Hello, I'm trying to run my experiment remotely. On a local interactive environment, I'd run my codes with the command: `python clearml_test.py template.cfg`. The command line argument I pass in...

Dear ClearML Community, I'm trying to set ClearML agent running on my GPU instance, acting as worker that will accept process CPU bound, the command is like following: ``` clearml-agent...

Currently k8s glue seems to generate a new pod with a dynamically crafted name, which includes: - "clearml" (NS?) - queueName - "id" - taskId As queue names are not...

Hello, When I remotely executing my codes, I got this error: ![image](https://user-images.githubusercontent.com/5760199/116095644-3920db00-a66e-11eb-8bc6-22e3880d28c1.png) Yes, the downloaded file is .gz and it should look for .csv file. The codes should manually gunzip...

While using k8s glue, there seems to be a weird behvaiour which ends up with the following error: > clearml_agent: ERROR: Execution required enqueued task, but task id=ba22288b727d44a3bc49f44d158b8b2c is not...

When cloning a task for running on the clearml-agent, the `poetry.lock` file is picked up fine from the git repository and all the packages installed correctly into the location:` /home/ubuntu/.clearml/venvs-builds.1/3.8/task_repository/repository_name/.venv`...

I have integrated clearml agent with our k8s cluster using the k8s glue. As part of my work, I have create the following pod template: ``` apiVersion: v1 kind: Pod...