Skip to content

Commit

Permalink
Temporarily change branch to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lekurile committed Nov 2, 2023
1 parent 2e0fa09 commit f427e42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nv-ds-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
BRANCH="${{ github.event.inputs.dse_branch }}"
fi
echo "DeepSpeedExamples Branch: $BRANCH"
git clone -b $BRANCH https://github.com/microsoft/DeepSpeedExamples.git
#git clone -b $BRANCH https://github.com/microsoft/DeepSpeedExamples.git
# TODO: Revert back to main branch once fork is merged into DSE
git clone -b $BRANCH https://github.com/santacml/DeepSpeedExamples.git
cd DeepSpeedExamples/applications/DeepSpeed-Chat
pip install -r requirements.txt
pip install -e .
Expand Down

0 comments on commit f427e42

Please sign in to comment.