Corentin Hembise
Corentin Hembise
@dacbd it would be very useful
My 2 cents: I feel this issue https://github.com/iterative/dvc/issues/5369 is related to cml, I'd love to have the ability to check if I need to repro the pipeline without having to...
mea culpa, the doc explains how the remote flag works and it seems consistent with the behaviour I experienced: > The [dvc remote](https://dvc.org/doc/command-reference/remote) used is determined in order, based on...
hello, do you have any updates on it? :) (it seems like the 2nd upvoted issue 👀)
Yes `dvc dag` works, do you want the output? (it is a bit messy as we have a lot of stages)
Here is the exact cml runner options that we use: ``` cml runner --name=${{ steps.cml_name.outputs.id }} --cloud=aws --cloud-region=${{ matrix.aws_region }}b --cloud-type=g4dn.xlarge --labels=cml,${{ matrix.aws_region }},${{ steps.cml_name.outputs.id }} --cloud-metadata="Project=speech-models" --cloud-metadata="Service=ml-infra" --cloud-metadata="CreatedBy=cml" --reuse-idle...
> @courentin do you by chance have multiple runners created in parallel with the snippet you shared? Yes we can if two PR are open at the same time. But...
Just figured out I have 8 instances running and github tells me they are offline. They all reached their storage limit and jobs failed with the following error, thus I...
@dacbd Unfortunately I never encountered the message "The self-hosted runner"
Hey, any news on it? Is there any ways we can provide help?