Skip to content

Commit 8e65ee9

Browse files
committed
fix typo
1 parent 7dbc9a1 commit 8e65ee9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Install speechbrain
4-
git clone --depth 1 --branch 1.0.2 https://github.com/speechbrain/speechbrain.git
4+
git clone --depth 1 --branch v1.0.2 https://github.com/speechbrain/speechbrain.git
55
cd speechbrain
66
pip install -r requirements.txt
77
pip install --editable .

0 commit comments

Comments
 (0)