diff --git a/official/nlp/BERT/requirements.txt b/official/nlp/BERT/requirements.txt index 354c1f1..1b5acbc 100644 --- a/official/nlp/BERT/requirements.txt +++ b/official/nlp/BERT/requirements.txt @@ -4,7 +4,7 @@ nltk gensim numpy tqdm -ms-adapter +msadapter torch==1.12.1 mindspore>=2.0 diff --git a/official/nlp/lstm/requirements.txt b/official/nlp/lstm/requirements.txt index 9c131c2..f898003 100644 --- a/official/nlp/lstm/requirements.txt +++ b/official/nlp/lstm/requirements.txt @@ -1,5 +1,5 @@ numpy -ms-adapter +msadapter torch==1.12.1 mindspore>=2.0 diff --git a/research/pytorch-segmentation_adapter/requirements.txt b/research/pytorch-segmentation_adapter/requirements.txt index f8bbe9f..775addf 100644 --- a/research/pytorch-segmentation_adapter/requirements.txt +++ b/research/pytorch-segmentation_adapter/requirements.txt @@ -1,4 +1,4 @@ -ms-adapter==0.0.1a0 +msadapter==0.0.1a0 mindspore-dev==2.0.0.dev20230109 opencv-python==4.7.0.68 tqdm==4.64.1