Skip to content

Commit 3f332de

Browse files
committed
specify conda forge and run at the very beginning
1 parent ac1679a commit 3f332de

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Install huggingface datasets and other requirements
4+
conda install -c conda-forge -y datasets tqdm librosa jupyter ipykernel ipywidgets
5+
36
# Install speechbrain
47
git clone --depth 1 --branch v1.0.2 https://github.com/speechbrain/speechbrain.git
58
cd speechbrain
@@ -10,9 +13,6 @@ cd ..
1013
# Add speechbrain to environment variable PYTHONPATH
1114
export PYTHONPATH=$PYTHONPATH:$(pwd)/speechbrain
1215

13-
# Install huggingface datasets and other requirements
14-
conda install -y datasets tqdm librosa jupyter ipykernel ipywidgets
15-
1616
# Install webdataset
1717
python -m pip install webdataset==0.2.100
1818

0 commit comments

Comments
 (0)