Do we support GPUs in a) docker mode b) k8s glue?
As of now my understanding is agent and worker are just interchangeable words
BTW when I started using s3, I was thinking I needed to specify ouput_uri for each task. Soon realized that you just need the prefix where you want to put it into, and clearml will take care of project etc being appended to the path. So for most usecases, a single output uri set in conf should work.
OK i found what’s happening:
I had an additional Task.init()
- just the blank one, to get the project name. Adding the disable to that as well fixed the issue
Not really right? They deprecated a param which wasn’t removed in that commit i mentioned above
Can you point me at relevant code in ClearML for the autoconnect so that I can understand exactly what's happening
Planning to exec into the container and run it in a loop and see what happens
The helm chart installs a agentservice, how is that related if at all?
If you don’t mind, can you point me at the code where this happens?
Thanks AgitatedDove14 . Have removed Task.current_task() usage for this now. Think I can do without it
Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?
Yeah concerns make sense.
The underlying root issue is unnecessary models being added or at least what I think are unnecessary and even happening when you load a model to test.
Do people use ClearML with huggingface transformers? The code is std transformers code.
Will create an issue.
AgitatedDove14 - these instructions are out of date? https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html
The minerva one is my custom package AgitatedDove14
I only see published getting preference, not a way to filter only to published
Would this be a good use case to have?
That's cool AgitatedDove14 , will try it out and pester you a bit more. 🙂
Thanks for the fast responses as usual AgitatedDove14 🙂
AgitatedDove14 - yeah wanted to see what’s happening before disabling as I wasn’t sure if this is what’s expected.
Not able to understand what’s really happening in the links