We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1679a commit 3f332deCopy full SHA for 3f332de
AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/initialize.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Install huggingface datasets and other requirements
4
+conda install -c conda-forge -y datasets tqdm librosa jupyter ipykernel ipywidgets
5
+
6
# Install speechbrain
7
git clone --depth 1 --branch v1.0.2 https://github.com/speechbrain/speechbrain.git
8
cd speechbrain
@@ -10,9 +13,6 @@ cd ..
10
13
# Add speechbrain to environment variable PYTHONPATH
11
14
export PYTHONPATH=$PYTHONPATH:$(pwd)/speechbrain
12
15
-# Install huggingface datasets and other requirements
-conda install -y datasets tqdm librosa jupyter ipykernel ipywidgets
-
16
# Install webdataset
17
python -m pip install webdataset==0.2.100
18
0 commit comments