Reputation
Badges 1
383 × Eureka!` if project_name is None and Task.current_task() is not None:
project_name = Task.current_task().get_project_name()
if project_name is None and not Task.running_locally():
task = Task.init()
project_name = task.get_project_name() `
That makes sense - one part I am confused on is - The Triton engine container hosts all the models right? Do we launch multiple gorups of these in different projects?
I also have a pipelines.yaml which i convert to a pipeline
I was having this confusion as well. Did behavior for execute_remote change that it used to be Draft is Aborted now?
CynicalBee90 - on the platform agnostic aspect - dvc does it with the CLI right? It that what made you give a green checkmark for it?
dataset1 -> process -> dataset2
Example:
name: ml-project template: nbdev pipelines_runner: gitlab pipelines: pipeline-1: steps: - name: "publish-datasets" task_script: "mlproject/publish_datasets.py" - name: "training" task_script: "mlproject/training.py" parents: ["publish-datasets"] - name: "test" task_script: "mlproject/test.py" parents: ["training"]Have cli which goes through each of the tasks and creates them
Any chance you can open a github issue on it?
Will do!
I guess the question is - I want to use services queue for running services, and I want to do it on k8s
yeah i was trying in local and it worked as expected. But in local I was creating a Task first and then seeing if it’s able to get project name from it
Basic question - i am running clearml agent in a ubuntu ec2 machine. Does it use docker by default? I thought it uses docker only if I add the --docker flag?
I don’t want to though. Will run it as part of a pipeline
Nothing in mind, just wanted to know if there was one 🙂
Also going off this 🙂
The GCP image and Helm chart for ClearML Server maybe slightly delayed for purely man-power reasons.
One more help - is this something I can pass as task_overrides when creating a pipeline in add_step?
I used .update_weights(path) with path being the model dir containing the model.py annd the config.pbtxt. Should I use update_weights_package ?
It’s a bit difficult to figure out the exact key. Will try this to see if it works
Will try it out. Pretty impressed 🙂
AgitatedDove14 - yeah wanted to see what’s happening before disabling as I wasn’t sure if this is what’s expected.
