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

Poetry doesn't yet support torch+cuda build variants (https://github.com/python-poetry/poetry/issues/2613), and they've indicated that it may take a while to implement (https://github.com/python-poetry/poetry/pull/4221). The current workaround is to just run `poetry run python...

Much like one can choose which `pip` version to use, it would be great if one could also specify the desired `poetry` version (or have it derived from the incoming...

enhancement

Hello clearml team, I ran into some troubles trying to run code from a repository containing versioned symlink. ### Context the **master** contains a symlink to a local folder. the...

I am having an issue when stopping clearml agent that is running for a while in detached mode. Here is how I start the agent: `CLEARML_WORKER_NAME=my_worker CLEARML_WORKER_ID=my_worker clearml-agent daemon --detached...

For more context see the slack thread [here](https://allegroai-trains.slack.com/archives/CTK20V944/p1590452852299600). In speaking to the team, I understand there's no way right now to specify an on-exit task to be performed on a...

Hey there, we deployed ClearML with agents running on our GPU machines and we love it, works really well! Currently there are only `:latest` images available on docker hub. https://hub.docker.com/r/allegroai/clearml-agent-services/tags...

If the 'default' queue is accidentally removed from the queue list, the `clearml-agent daemon --stop` command crashes when trying to shut down the active agents in the case no further...

This is a known issue: https://github.com/python-poetry/poetry/issues/3496 * "It works if I disable the new installer as was recommended by @abn in issue https://github.com/python-poetry/poetry/issues/2388" The work around is to use the...

Hi, can i get the option that ClearML not print anything other than the prints from my codes? The reason is because ClearML is printing the username and passwords i...

When I run my model training it freezes upon calling `task.upload_artifact()`. I'm not sure if it may be affected by `tensorflow`, `logging` or `multiprocessing`. It runs in the main process....