Skip to content
Snippets Groups Projects
Commit eb6d9738 authored by Jan Ebert's avatar Jan Ebert
Browse files

Ignore error from empty Git stash

parent 0bb24007
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ source activate.bash ...@@ -41,7 +41,7 @@ source activate.bash
python -m pip install --upgrade pip python -m pip install --upgrade pip
cd "$MEGATRON_DEEPSPEED_REPO" cd "$MEGATRON_DEEPSPEED_REPO"
((DO_PULL)) && git stash && git pull --rebase origin main && git stash pop ((DO_PULL)) && git stash && git pull --rebase origin main && git stash pop || :
git am /p/project/opengptx/ebert1/opengpt/bigscience/0001-Build-fused-kernels-in-temporary-directory.patch \ git am /p/project/opengptx/ebert1/opengpt/bigscience/0001-Build-fused-kernels-in-temporary-directory.patch \
|| echo 'WARNING: Could not apply patch for building in temp dir.' || echo 'WARNING: Could not apply patch for building in temp dir.'
# Remove previous build if any. # Remove previous build if any.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment