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 fc9532a commit 6511f34Copy full SHA for 6511f34
AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/initialize.sh
@@ -10,6 +10,9 @@ cd ..
10
# Add speechbrain to environment variable PYTHONPATH
11
export PYTHONPATH=$PYTHONPATH:$(pwd)/speechbrain
12
13
+# Install huggingface datasets and other requirements
14
+conda install -y datasets tqdm librosa
15
+
16
# Install webdataset
17
python -m pip install webdataset==0.2.100
18
0 commit comments