Skip to content

Commit 95ee9ac

Browse files
committed
add step to create path to dataset folder
1 parent 37f73e9 commit 95ee9ac

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ Then activate your environment:
5151
conda activate <your-env-name>
5252
```
5353

54-
2. Set the environment variable `COMMON_VOICE_PATH`. This needs to match with where you downloaded your dataset.
54+
2. Create your dataset folder and set the environment variable `COMMON_VOICE_PATH`. This needs to match with where you downloaded your dataset.
5555
```bash
56+
mkdir -p /data/commonVoice
5657
export COMMON_VOICE_PATH=/data/commonVoice
5758
```
5859

0 commit comments

Comments
 (0)