Skip to content

Commit

Permalink
Pin mcore to 0.3 (NVIDIA#7751) (NVIDIA#7753)
Browse files Browse the repository at this point in the history
* pin mcore to 0.3



* upper bound tensorstore



* upper bound opencc



---------

Signed-off-by: eharper <[email protected]>
Co-authored-by: Eric Harper <[email protected]>
  • Loading branch information
github-actions[bot] and ericharper authored Oct 19, 2023
1 parent 0eaed47 commit 55137c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ pipeline {
}
}

stage('Megatron Core installation') {
steps {
// pinned MCore https://github.com/NVIDIA/Megatron-LM/commit/ab0336a5c8eab77aa74ae604ba1e73decbf6d560
// ToT for 23.08 branch
sh 'git clone https://github.com/NVIDIA/Megatron-LM.git && \
cd Megatron-LM && \
git checkout ab0336a5c8eab77aa74ae604ba1e73decbf6d560 && \
pip install -e .'
}
}
// megatron-core 0.3 has been pinned in the requirements, this should not be needed on r1.21.0
// stage('Megatron Core installation') {
// steps {
// // pinned MCore https://github.com/NVIDIA/Megatron-LM/commit/ab0336a5c8eab77aa74ae604ba1e73decbf6d560
// // ToT for 23.08 branch
// sh 'git clone https://github.com/NVIDIA/Megatron-LM.git && \
// cd Megatron-LM && \
// git checkout ab0336a5c8eab77aa74ae604ba1e73decbf6d560 && \
// pip install -e .'
// }
// }


stage('PyTorch Lightning version') {
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements_nlp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ ijson
jieba
markdown2
matplotlib>=3.3.2
megatron_core==0.2.0
megatron_core==0.3.0
nltk>=3.6.5
opencc
opencc<1.1.7
pangu
rapidfuzz
rouge_score
sacrebleu # manually install sacrebleu[ja] for Japanese support; MeCab is unsupported in Python 3.11+
sentence_transformers
tensorstore
tensorstore<0.1.46
zarr

0 comments on commit 55137c8

Please sign in to comment.