Skip to content

Commit

Permalink
Fix branch version for SDE (#7528)
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 authored and web-flow committed Sep 26, 2023
1 parent 1ce2388 commit 66146e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/tools/SDE_HowTo_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@
}
],
"source": [
"!git clone https://github.com/NVIDIA/NeMo.git\n",
"BRANCH = 'r1.21.0'\n",
"!git clone -b $BRANCH https://github.com/NVIDIA/NeMo.git\n",
"\n",
"!apt-get update && apt-get install -y libsndfile1 ffmpeg\n",
"!cd NeMo;./reinstall.sh\n",
Expand Down

0 comments on commit 66146e9

Please sign in to comment.