Skip to content

Commit 6511f34

Browse files
committed
download dependencies for dataset download script in initialize.sh
1 parent fc9532a commit 6511f34

File tree

1 file changed

+3
-0
lines changed
  • AI-and-Analytics/End-to-end-Workloads/LanguageIdentification

1 file changed

+3
-0
lines changed

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/initialize.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ cd ..
1010
# Add speechbrain to environment variable PYTHONPATH
1111
export PYTHONPATH=$PYTHONPATH:$(pwd)/speechbrain
1212

13+
# Install huggingface datasets and other requirements
14+
conda install -y datasets tqdm librosa
15+
1316
# Install webdataset
1417
python -m pip install webdataset==0.2.100
1518

0 commit comments

Comments
 (0)