Skip to content

Commit 526a525

Browse files
ko3n1gweiqingw4ng
andauthored
Downgrading the 'datasets' package from 3.0.0 to 2.21.0 for Multilang_ASR.ipynb and ASR_CTC_Language_Finetuning.ipynb (#11675) (#11677)
* Downgrading the 'datasets' package from 3.0.0 to 2.21.0 for Multilang_ASR.ipynb * Downgrading the 'datasets' package from 3.0.0 to 2.21.0 for ASR_CTC_Language_Finetuning.ipynb --------- Signed-off-by: Weiqing Wang <[email protected]> Co-authored-by: Weiqing Wang <[email protected]>
1 parent eee5d4c commit 526a525

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tutorials/asr/ASR_CTC_Language_Finetuning.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"!apt-get install sox libsndfile1 ffmpeg libsox-fmt-mp3\n",
3838
"!pip install text-unidecode\n",
3939
"!pip install matplotlib>=3.3.2\n",
40+
"!pip install datasets==2.21.0 # downgrading to 2.21.0 because latest version (3.0.0) has some issues\n",
4041
"\n",
4142
"## Install NeMo\n",
4243
"BRANCH = 'r2.1.0'\n",

tutorials/asr/Multilang_ASR.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"!pip install matplotlib>=3.3.2\n",
9999
"# this is needed for RNNT loss\n",
100100
"!pip install --upgrade numba\n",
101+
"!pip install datasets==2.21.0 # downgrading to 2.21.0 because latest version (3.0.0) has some issues\n",
101102
"\n",
102103
"# this is needed to pre-process MCV Spanish dataset, which contains mp3 files\n",
103104
"!apt-get install -y sox libsox-fmt-mp3\n",

0 commit comments

Comments
 (0)