Skip to content

Commit

Permalink
Downgrading the 'datasets' package from 3.0.0 to 2.21.0 for Multilang…
Browse files Browse the repository at this point in the history
…_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]>
  • Loading branch information
ko3n1g and weiqingw4ng authored Dec 20, 2024
1 parent eee5d4c commit 526a525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/asr/ASR_CTC_Language_Finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"!apt-get install sox libsndfile1 ffmpeg libsox-fmt-mp3\n",
"!pip install text-unidecode\n",
"!pip install matplotlib>=3.3.2\n",
"!pip install datasets==2.21.0 # downgrading to 2.21.0 because latest version (3.0.0) has some issues\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'r2.1.0'\n",
Expand Down
1 change: 1 addition & 0 deletions tutorials/asr/Multilang_ASR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"!pip install matplotlib>=3.3.2\n",
"# this is needed for RNNT loss\n",
"!pip install --upgrade numba\n",
"!pip install datasets==2.21.0 # downgrading to 2.21.0 because latest version (3.0.0) has some issues\n",
"\n",
"# this is needed to pre-process MCV Spanish dataset, which contains mp3 files\n",
"!apt-get install -y sox libsox-fmt-mp3\n",
Expand Down

0 comments on commit 526a525

Please sign in to comment.