File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ ${PIP} install -U ${PIP}
2121
2222mcore () {
2323 local mode=" $1 "
24-
24+ export MAMBA_FORCE_BUILD=TRUE
25+ export MAMBA_TAG=v2.2.0
2526 export CAUSAL_CONV1D_FORCE_BUILD=TRUE
2627 export CAUSAL_CONV_TAG=v1.2.2.post1
28+
2729 CAUSAL_CONV1D_DIR=" $INSTALL_DIR /causal-conv1d" &&
2830 if [ ! -d " $CAUSAL_CONV1D_DIR /.git" ]; then
2931 rm -rf " $CAUSAL_CONV1D_DIR " &&
@@ -34,8 +36,6 @@ mcore() {
3436 git checkout -f $CAUSAL_CONV_TAG &&
3537 popd
3638
37- export MAMBA_FORCE_BUILD=TRUE
38- export MAMBA_TAG=v2.2.0
3939 MAMBA_DIR=" $INSTALL_DIR /mamba" &&
4040 if [ ! -d " $MAMBA_DIR /.git" ]; then
4141 rm -rf " $MAMBA_DIR " &&
@@ -49,8 +49,6 @@ mcore() {
4949 git checkout -f $MAMBA_TAG &&
5050 popd
5151
52- export MLM_REPO=${MLM_REPO:- " https://github.com/NVIDIA/Megatron-LM.git" }
53- export MLM_TAG=${MLM_TAG:- " main" }
5452 MLM_DIR=" $INSTALL_DIR /Megatron-LM" &&
5553 if [ ! -d " $MLM_DIR /.git" ]; then
5654 rm -rf " $MLM_DIR " &&
You can’t perform that action at this time.
0 commit comments