GithubHelp home page GithubHelp logo

Comments (9)

cynthiajiangatl avatar cynthiajiangatl commented on June 2, 2024 2

@lokijota , thank you for the advice. I deleted the pipeline and created a new one, it did take the updated code and ran the pipeline successfully. Could someone from Engineering take a look at the Github code checkout issue? Thanks.

from mlops-v2.

cynthiajiangatl avatar cynthiajiangatl commented on June 2, 2024

I replaced all the hyphens with underscores, it didn't fix the error. Please let me know how to get the pipeline to run using AML CLI2

from mlops-v2.

lostmygithubaccount avatar lostmygithubaccount commented on June 2, 2024

@cynthiajiangatl what is the error you are seeing? If you replaced the hyphens with underscores, you shouldn't be seeing the same error

from mlops-v2.

cynthiajiangatl avatar cynthiajiangatl commented on June 2, 2024

I still see the same error, not sure why it was not using the updated code. When I tried to use a particular commit to run the devops pipeline, it ran into another issue, just not checking out the latest code for some reason.

from mlops-v2.

lokijota avatar lokijota commented on June 2, 2024

Hi @cynthiajiangatl . For some reason ADO didn't pick up the changes with me either, I had to recreate the pipeline in ADO, but then it worked. Just make sure you replace all the references in the yml file, in the job stage names and references.

from mlops-v2.

buswrecker avatar buswrecker commented on June 2, 2024

I have the same error also. Are '-' dashes allowed? the MLOps-v2 uses dashes. https://github.com/Azure/mlops-v2/blob/main/data-science-regression/pipeline.yml. The official AML Examples - https://github.com/Azure/azureml-examples/blob/main/cli/jobs/pipelines/nyc-taxi/pipeline.yml YML uses underscores "_". What's the best practice?

from mlops-v2.

msdpalam avatar msdpalam commented on June 2, 2024

I had the same issue; I renamed the job names under data-science-regression/pipeline.yml, and then made sure the other step jobs reflect the changes. This resolved my issue. Thought I would share:
jobs:
prep_job:
type: command
component: file:./components/prep/prep.yml
inputs:
raw_data: ${{parent.inputs.pipeline_job_input}}
outputs:
transformed_data: ${{parent.outputs.pipeline_job_transformed_data}}

train_job:
type: command
component: file:./components/train/train.yml
inputs:
training_data: ${{parent.jobs.prep_job.outputs.transformed_data}}
outputs:
model_output: ${{parent.outputs.pipeline_job_trained_model}}
....
....

from mlops-v2.

andreipurdila avatar andreipurdila commented on June 2, 2024

Regarding the ADO pipeline not picking up the latest changes, this is due to the presence of the Cache@2 task in the install-az-cli.yml template. Remove that step (or properly configure it) and the ADO pipeline will pick up the latest changes.

from mlops-v2.

cindyweng avatar cindyweng commented on June 2, 2024

removed Cache@2 task in the cli-v2 template as Andrei specified, code changes elsewhere now will be reflected when you rerun the same pipeline

from mlops-v2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.