Unanswered
Hi All,
I Created A Pipeline That Creates A Task With A Script That Runs Some Hugingface Code And Then Runs A Slurm Batch That Executes "Clearml-Agent Exe" To Run The Task. But When The Script Runs, It Gives The Following Error:
Valueerror: Task Object
Hi John. It turns out that the task that ended was the pipeline step. Apparently since I create the task that I then run with clearml-agent execute, in the step, it has to remain running. I added task.wait_for_status() at the end of the step and now my pipeline works.
I have another question: Do you know if it is possible to use PipelineDecorator.component as a class decorator?
136 Views
0
Answers
one year ago
one year ago