This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
[BUG] ABSA sample notebook is referring to non-existent branch name to install pip #614
Labels
bug
Something isn't working
Description
https://github.com/microsoft/nlp-recipes/blob/master/examples/sentiment_analysis/absa/absa_azureml.ipynb
is referring to a branch for pip install, which does not exist. Specifically in the
Create an Experiment
section,it looks for
git+https://github.com/NervanaSystems/nlp-architect.git@absa
which does not exist. The git repo has a commit that merges thisabsa
branch intomaster
, so removing the branch name solves the issue. The updated code should be:and with this updated one the container image build succeeds.
How do we replicate the bug?
Just follow the documentation and it fails without changing anything. According to Azure ML log, it fails at container image build stage, saying absa branch is not found.
Expected behavior (i.e. solution)
The correct git repo to install pip should succeed at container build stage.
Other Comments
The text was updated successfully, but these errors were encountered: