Hi ExuberantParrot61 the odd thing is this, message
No repository found, storing script code instead
when you are actually running from inside the repo... (
is it saying that on a specific step, or is it on the pipeline logic itself?
Also any chance you can share the full console output ?
BTW:
you can manually specify a repo branch for a step:
https://github.com/allegroai/clearml/blob/a492ee50fbf78d5ae07b603445f4983feb9da8df/clearml/automation/controller.py#L2841
Example:
https://github.com/allegroai/clearml/blob/a492ee50fbf78d5ae07b603445f4983feb9da8df/examples/pipeline/pipeline_from_decorator.py#L8
Hi ExuberantParrot61
Is the pipeline logic code running from inside the repo?
Hi AgitatedDove14 yes it is. I checked into the base YoloV5 repo (fork)
Thanks let me try those out and will get back to you. Appreciate the help! Will try to break down the error messages into the components.